Windows SDK 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 wchar_t * | userID |
User ID. More... | |
const wchar_t * | userZAK |
ZOOM access token. More... | |
const wchar_t * | userName |
Username when logged in the meeting. More... | |
ZoomUserType | zoomuserType |
User type. More... | |
UINT64 | meetingNumber |
Meeting number. More... | |
const wchar_t * | vanityID |
Meeting vanity ID. More... | |
HWND | hDirectShareAppWnd |
The window handle of the direct sharing application. More... | |
const wchar_t * | 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. More... | |
bool | isDirectShareDesktop |
Share the desktop directly or not. True indicates to share. More... | |
bool | isVideoOff |
Turn off the video or not. True indicates to turn off. In addition, this flag is affected by meeting attributes. More... | |
bool | isAudioOff |
Turn off the audio or not. True indicates to turn off. In addition, this flag is affected by meeting attributes. More... | |
The parameter used by unlogged-in user when starts the meeting. Here are more detailed structural descriptions.
Definition at line 206 of file meeting_service_interface.h.
const wchar_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.
Definition at line 215 of file meeting_service_interface.h.
HWND tagStartParam4WithoutLogin::hDirectShareAppWnd |
The window handle of the direct sharing application.
Definition at line 214 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 218 of file meeting_service_interface.h.
bool tagStartParam4WithoutLogin::isDirectShareDesktop |
Share the desktop directly or not. True indicates to share.
Definition at line 216 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 217 of file meeting_service_interface.h.
UINT64 tagStartParam4WithoutLogin::meetingNumber |
Meeting number.
Definition at line 212 of file meeting_service_interface.h.
const wchar_t* tagStartParam4WithoutLogin::userID |
User ID.
Definition at line 208 of file meeting_service_interface.h.
const wchar_t* tagStartParam4WithoutLogin::userName |
Username when logged in the meeting.
Definition at line 210 of file meeting_service_interface.h.
const wchar_t* tagStartParam4WithoutLogin::userZAK |
ZOOM access token.
Definition at line 209 of file meeting_service_interface.h.
const wchar_t* tagStartParam4WithoutLogin::vanityID |
Meeting vanity ID.
Definition at line 213 of file meeting_service_interface.h.
ZoomUserType tagStartParam4WithoutLogin::zoomuserType |
User type.
Definition at line 211 of file meeting_service_interface.h.