Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagJoinParam4WithoutLogin Struct 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
 Meeting number.
 
const zchar_tvanityID
 Meeting vanity ID.
 
const zchar_tuserName
 Username when logged in the meeting.
 
const zchar_tpsw
 Meeting password.
 
const zchar_tapp_privilege_token
 app_privilege_token.
 
const zchar_tuserZAK
 ZOOM access token.
 
const zchar_tcustomer_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.
 
const zchar_twebinarToken
 Webinar token.
 
bool isVideoOff
 Turn off the video of not. True indicates to turn off. In addition, this flag is affected by meeting attributes.
 
bool isAudioOff
 Turn off the audio or not. True indicates to turn off. In addition, this flag is affected by meeting attributes.
 
const zchar_tjoin_token
 Join token.
 
const zchar_tonBehalfToken
 On behalf token.
 
bool isMyVoiceInMix
 Is my voice in the mixed audio raw data?
 
bool isAudioRawDataStereo
 Is audio raw data stereo? The default is mono.
 
AudioRawdataSamplingRate eAudioRawdataSamplingRate
 The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K.
 

Detailed Description

The parameters of non-login user when joins the meeting. Here are more detailed structural descriptions.

Definition at line 146 of file meeting_service_interface.h.

Field Documentation

◆ app_privilege_token

const zchar_t* tagJoinParam4WithoutLogin::app_privilege_token

app_privilege_token.

Definition at line 152 of file meeting_service_interface.h.

◆ customer_key

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 154 of file meeting_service_interface.h.

◆ eAudioRawdataSamplingRate

AudioRawdataSamplingRate tagJoinParam4WithoutLogin::eAudioRawdataSamplingRate

The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K.

Definition at line 166 of file meeting_service_interface.h.

◆ isAudioOff

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 157 of file meeting_service_interface.h.

◆ isAudioRawDataStereo

bool tagJoinParam4WithoutLogin::isAudioRawDataStereo

Is audio raw data stereo? The default is mono.

Definition at line 165 of file meeting_service_interface.h.

◆ isMyVoiceInMix

bool tagJoinParam4WithoutLogin::isMyVoiceInMix

Is my voice in the mixed audio raw data?

Definition at line 160 of file meeting_service_interface.h.

◆ isVideoOff

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 156 of file meeting_service_interface.h.

◆ join_token

const zchar_t* tagJoinParam4WithoutLogin::join_token

Join token.

Definition at line 158 of file meeting_service_interface.h.

◆ meetingNumber

UINT64 tagJoinParam4WithoutLogin::meetingNumber

Meeting number.

Definition at line 148 of file meeting_service_interface.h.

◆ onBehalfToken

const zchar_t* tagJoinParam4WithoutLogin::onBehalfToken

On behalf token.

Definition at line 159 of file meeting_service_interface.h.

◆ psw

const zchar_t* tagJoinParam4WithoutLogin::psw

Meeting password.

Definition at line 151 of file meeting_service_interface.h.

◆ userName

const zchar_t* tagJoinParam4WithoutLogin::userName

Username when logged in the meeting.

Definition at line 150 of file meeting_service_interface.h.

◆ userZAK

const zchar_t* tagJoinParam4WithoutLogin::userZAK

ZOOM access token.

Definition at line 153 of file meeting_service_interface.h.

◆ vanityID

const zchar_t* tagJoinParam4WithoutLogin::vanityID

Meeting vanity ID.

Definition at line 149 of file meeting_service_interface.h.

◆ webinarToken

const zchar_t* tagJoinParam4WithoutLogin::webinarToken

Webinar token.

Definition at line 155 of file meeting_service_interface.h.