Meeting SDK for Linux API Reference
|
The parameter used by unlogged-in user when starts the meeting. Here are more detailed structural descriptions. More...
#include <meeting_service_interface.h>
Data Fields | |
const zchar_t * | userZAK |
const zchar_t * | userName |
ZoomUserType | zoomuserType |
UINT64 | meetingNumber |
const zchar_t * | vanityID |
const zchar_t * | customer_key |
bool | isVideoOff |
bool | isAudioOff |
bool | isMyVoiceInMix |
bool | isAudioRawDataStereo |
AudioRawdataSamplingRate | eAudioRawdataSamplingRate |
The parameter used by unlogged-in user when starts the meeting. Here are more detailed structural descriptions.
Definition at line 344 of file meeting_service_interface.h.
const zchar_t* tagStartParam4WithoutLogin::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 357 of file meeting_service_interface.h.
AudioRawdataSamplingRate tagStartParam4WithoutLogin::eAudioRawdataSamplingRate |
The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K.
Definition at line 373 of file meeting_service_interface.h.
bool tagStartParam4WithoutLogin::isAudioOff |
Turn off the audio or not. True indicates to turn off. In addition, this flag is affected by meeting attributes.
Definition at line 361 of file meeting_service_interface.h.
bool tagStartParam4WithoutLogin::isAudioRawDataStereo |
Is audio raw data stereo? The default is mono.
Definition at line 371 of file meeting_service_interface.h.
bool tagStartParam4WithoutLogin::isMyVoiceInMix |
Is my voice in the mixed audio raw data?
Definition at line 363 of file meeting_service_interface.h.
bool tagStartParam4WithoutLogin::isVideoOff |
Turn off the video or not. True indicates to turn off. In addition, this flag is affected by meeting attributes.
Definition at line 359 of file meeting_service_interface.h.
UINT64 tagStartParam4WithoutLogin::meetingNumber |
Meeting number.
Definition at line 353 of file meeting_service_interface.h.
const zchar_t* tagStartParam4WithoutLogin::userName |
Username when logged in the meeting.
Definition at line 349 of file meeting_service_interface.h.
const zchar_t* tagStartParam4WithoutLogin::userZAK |
ZOOM access token.
Definition at line 347 of file meeting_service_interface.h.
const zchar_t* tagStartParam4WithoutLogin::vanityID |
Meeting vanity ID
Definition at line 355 of file meeting_service_interface.h.
ZoomUserType tagStartParam4WithoutLogin::zoomuserType |
User type.
Definition at line 351 of file meeting_service_interface.h.