Windows SDK 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 |
Meeting number. More... | |
const wchar_t * | vanityID |
Meeting vanity ID. More... | |
const wchar_t * | userName |
Username when logged in the meeting. More... | |
const wchar_t * | psw |
Meeting password. More... | |
const wchar_t * | app_privilege_token |
app_privilege_token. More... | |
HWND | hDirectShareAppWnd |
The window handle of the direct Sharing application. More... | |
const wchar_t * | userZAK |
ZOOM access token. 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... | |
const wchar_t * | webinarToken |
Webinar token. More... | |
bool | isDirectShareDesktop |
Share the desktop directly or not. True indicates to Share. More... | |
bool | isVideoOff |
Turn off the video of 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... | |
const wchar_t * | join_token |
Join token. More... | |
The parameters of non-login user when joins the meeting. Here are more detailed structural descriptions.
Definition at line 131 of file meeting_service_interface.h.
const wchar_t* tagJoinParam4WithoutLogin::app_privilege_token |
app_privilege_token.
Definition at line 137 of file meeting_service_interface.h.
const wchar_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.
Definition at line 140 of file meeting_service_interface.h.
HWND tagJoinParam4WithoutLogin::hDirectShareAppWnd |
The window handle of the direct Sharing application.
Definition at line 138 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 144 of file meeting_service_interface.h.
bool tagJoinParam4WithoutLogin::isDirectShareDesktop |
Share the desktop directly or not. True indicates to Share.
Definition at line 142 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 143 of file meeting_service_interface.h.
const wchar_t* tagJoinParam4WithoutLogin::join_token |
Join token.
Definition at line 145 of file meeting_service_interface.h.
UINT64 tagJoinParam4WithoutLogin::meetingNumber |
Meeting number.
Definition at line 133 of file meeting_service_interface.h.
const wchar_t* tagJoinParam4WithoutLogin::psw |
Meeting password.
Definition at line 136 of file meeting_service_interface.h.
const wchar_t* tagJoinParam4WithoutLogin::userName |
Username when logged in the meeting.
Definition at line 135 of file meeting_service_interface.h.
const wchar_t* tagJoinParam4WithoutLogin::userZAK |
ZOOM access token.
Definition at line 139 of file meeting_service_interface.h.
const wchar_t* tagJoinParam4WithoutLogin::vanityID |
Meeting vanity ID.
Definition at line 134 of file meeting_service_interface.h.
const wchar_t* tagJoinParam4WithoutLogin::webinarToken |
Webinar token.
Definition at line 141 of file meeting_service_interface.h.