Windows SDK API Reference
Loading...
Searching...
No Matches
tagStartParam Struct Reference

#include <meeting_service_interface.h>

Public Member Functions

 tagStartParam ()
 

Data Fields

SDKUserType userType
 User type. More...
 
union {
   StartParam4NormalUser   normaluserStart
 The parameter for ordinary user when starts the meeting. More...
 
   StartParam4WithoutLogin   withoutloginStart
 The parameter for unlogged-in user when starts the meeting. More...
 
param
 

Detailed Description

Definition at line 241 of file meeting_service_interface.h.

Constructor & Destructor Documentation

◆ tagStartParam()

tagStartParam::tagStartParam ( )
inline

Definition at line 249 of file meeting_service_interface.h.

250 {
252 memset(&param, 0, sizeof(param)); //checked safe
253 }
@ SDK_UT_WITHOUT_LOGIN
Start meeting without login.
SDKUserType userType
User type.
union tagStartParam::@3 param

References param, SDK_UT_WITHOUT_LOGIN, and userType.

Field Documentation

◆ normaluserStart

StartParam4NormalUser tagStartParam::normaluserStart

The parameter for ordinary user when starts the meeting.

Definition at line 246 of file meeting_service_interface.h.

◆ 

union { ... } tagStartParam::param

Referenced by tagStartParam().

◆ userType

SDKUserType tagStartParam::userType

User type.

Definition at line 243 of file meeting_service_interface.h.

Referenced by tagStartParam().

◆ withoutloginStart

StartParam4WithoutLogin tagStartParam::withoutloginStart

The parameter for unlogged-in user when starts the meeting.

Definition at line 247 of file meeting_service_interface.h.