|
Meeting SDK for Windows API Reference
|
The parameters of non-login user when joins the meeting. Here are more detailed structural descriptions. More...
#include <meeting_service_interface.h>
Data Fields | |
| UINT64 | meetingNumber |
| const zchar_t * | vanityID |
| const zchar_t * | userName |
| const zchar_t * | psw |
| const zchar_t * | app_privilege_token |
| const zchar_t * | userZAK |
| const zchar_t * | customer_key |
| const zchar_t * | webinarToken |
| bool | isVideoOff |
| bool | isAudioOff |
| const zchar_t * | join_token |
| const zchar_t * | onBehalfToken |
| bool | isMyVoiceInMix |
| bool | isAudioRawDataStereo |
| AudioRawdataSamplingRate | eAudioRawdataSamplingRate |
| VideoRawdataColorspace | eVideoRawdataColorspace |
The parameters of non-login user when joins the meeting. Here are more detailed structural descriptions.
Definition at line 251 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::app_privilege_token |
app_privilege_token.
Definition at line 262 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::customer_key |
The customer key that need the app intergrated with sdk to specify. The SDK will set this value when the associated settings are turned on. The max length of customer_key is 35.
Definition at line 266 of file meeting_service_interface.h.
| AudioRawdataSamplingRate tagJoinParam4WithoutLogin::eAudioRawdataSamplingRate |
The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K.
Definition at line 288 of file meeting_service_interface.h.
| VideoRawdataColorspace tagJoinParam4WithoutLogin::eVideoRawdataColorspace |
The colorspace of video rawdata. The default is VideoRawdataColorspace_BT601_L.
Definition at line 290 of file meeting_service_interface.h.
| bool tagJoinParam4WithoutLogin::isAudioOff |
Turn off the audio or not. true indicates to turn off. In addition, this flag is affected by meeting attributes.
Definition at line 272 of file meeting_service_interface.h.
| bool tagJoinParam4WithoutLogin::isAudioRawDataStereo |
Is audio raw data stereo? The default is mono.
Definition at line 286 of file meeting_service_interface.h.
| bool tagJoinParam4WithoutLogin::isMyVoiceInMix |
Is my voice in the mixed audio raw data?
Definition at line 278 of file meeting_service_interface.h.
| bool tagJoinParam4WithoutLogin::isVideoOff |
Turn off the video of not. true indicates to turn off. In addition, this flag is affected by meeting attributes.
Definition at line 270 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::join_token |
Join token.
Definition at line 274 of file meeting_service_interface.h.
| UINT64 tagJoinParam4WithoutLogin::meetingNumber |
Meeting number.
Definition at line 254 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::onBehalfToken |
On behalf token.
Definition at line 276 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::psw |
Meeting password.
Definition at line 260 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::userName |
Username when logged in the meeting.
Definition at line 258 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::userZAK |
ZOOM access token.
Definition at line 264 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::vanityID |
Meeting vanity ID
Definition at line 256 of file meeting_service_interface.h.
| const zchar_t* tagJoinParam4WithoutLogin::webinarToken |
Webinar token.
Definition at line 268 of file meeting_service_interface.h.