Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
tagStartParam4WithoutLogin Struct 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_tuserZAK
const zchar_tuserName
ZoomUserType zoomuserType
UINT64 meetingNumber
const zchar_tvanityID
const zchar_tcustomer_key
bool isVideoOff
bool isAudioOff
bool isMyVoiceInMix
bool isAudioRawDataStereo
AudioRawdataSamplingRate eAudioRawdataSamplingRate
VideoRawdataColorspace eVideoRawdataColorspace

Detailed Description

The parameter used by unlogged-in user when starts the meeting. Here are more detailed structural descriptions.

Definition at line 382 of file meeting_service_interface.h.

Field Documentation

◆ customer_key

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

◆ eAudioRawdataSamplingRate

AudioRawdataSamplingRate tagStartParam4WithoutLogin::eAudioRawdataSamplingRate

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

Definition at line 411 of file meeting_service_interface.h.

◆ eVideoRawdataColorspace

VideoRawdataColorspace tagStartParam4WithoutLogin::eVideoRawdataColorspace

The colorspace of video rawdata. The default is VideoRawdataColorspace_BT601_L.

Definition at line 413 of file meeting_service_interface.h.

◆ isAudioOff

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

◆ isAudioRawDataStereo

bool tagStartParam4WithoutLogin::isAudioRawDataStereo

Is audio raw data stereo? The default is mono.

Definition at line 409 of file meeting_service_interface.h.

◆ isMyVoiceInMix

bool tagStartParam4WithoutLogin::isMyVoiceInMix

Is my voice in the mixed audio raw data?

Definition at line 401 of file meeting_service_interface.h.

◆ isVideoOff

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

◆ meetingNumber

UINT64 tagStartParam4WithoutLogin::meetingNumber

Meeting number.

Definition at line 391 of file meeting_service_interface.h.

◆ userName

const zchar_t* tagStartParam4WithoutLogin::userName

Username when logged in the meeting.

Definition at line 387 of file meeting_service_interface.h.

◆ userZAK

const zchar_t* tagStartParam4WithoutLogin::userZAK

ZOOM access token.

Definition at line 385 of file meeting_service_interface.h.

◆ vanityID

const zchar_t* tagStartParam4WithoutLogin::vanityID

Meeting vanity ID

Definition at line 393 of file meeting_service_interface.h.

◆ zoomuserType

ZoomUserType tagStartParam4WithoutLogin::zoomuserType

User type.

Definition at line 389 of file meeting_service_interface.h.