Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagStartParam Struct Reference

#include <meeting_service_interface.h>

Public Member Functions

 tagStartParam ()
 

Data Fields

SDKUserType userType
 User type.
 
const zchar_tinviteContactId
 
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 276 of file meeting_service_interface.h.

Constructor & Destructor Documentation

◆ tagStartParam()

tagStartParam::tagStartParam ( )
inline

Definition at line 285 of file meeting_service_interface.h.

286 {
288 inviteContactId = nullptr;
289 memset(&param, 0, sizeof(param)); //checked safe
290 }
@ SDK_UT_WITHOUT_LOGIN
Start meeting without login.
union tagStartParam::@2 param
SDKUserType userType
User type.
const zchar_t * inviteContactId

References inviteContactId, param, SDK_UT_WITHOUT_LOGIN, and userType.

Field Documentation

◆ inviteContactId

const zchar_t* tagStartParam::inviteContactId

Definition at line 279 of file meeting_service_interface.h.

Referenced by tagStartParam().

◆ normaluserStart

StartParam4NormalUser tagStartParam::normaluserStart

The parameter for ordinary user when starts the meeting.

Definition at line 282 of file meeting_service_interface.h.

◆ [union]

union { ... } tagStartParam::param

Referenced by tagStartParam().

◆ userType

SDKUserType tagStartParam::userType

User type.

Definition at line 278 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 283 of file meeting_service_interface.h.