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

The way and the parameter of the users when join the meeting. Here are more detailed structural descriptions. More...

#include <meeting_service_interface.h>

Public Member Functions

 tagJoinParam ()
 

Data Fields

SDKUserType userType
 User type. For more details, see SDKUserType enum.
 
union { 
 
   JoinParam4NormalUser   normaluserJoin 
 The parameter of ordinary user when joins the meeting. More...
 
   JoinParam4WithoutLogin   withoutloginuserJoin 
 The parameters of unlogged-in user when joins the meeting. More...
 
param 
 

Detailed Description

The way and the parameter of the users when join the meeting. Here are more detailed structural descriptions.

The way and the parameter for meeting start. Here are more detailed structural descriptions.

Definition at line 198 of file meeting_service_interface.h.

Constructor & Destructor Documentation

◆ tagJoinParam()

tagJoinParam::tagJoinParam ( )
inline

Definition at line 206 of file meeting_service_interface.h.

207 {
209 memset(&param, 0, sizeof(param)); //checked safe
210 }
@ SDK_UT_WITHOUT_LOGIN
Start meeting without login.
SDKUserType userType
User type. For more details, see SDKUserType enum.
union tagJoinParam::@1 param

References param, SDK_UT_WITHOUT_LOGIN, and userType.

Field Documentation

◆ normaluserJoin

JoinParam4NormalUser tagJoinParam::normaluserJoin

The parameter of ordinary user when joins the meeting.

Definition at line 203 of file meeting_service_interface.h.

◆ [union]

union { ... } tagJoinParam::param

Referenced by tagJoinParam().

◆ userType

SDKUserType tagJoinParam::userType

User type. For more details, see SDKUserType enum.

Definition at line 200 of file meeting_service_interface.h.

Referenced by tagJoinParam().

◆ withoutloginuserJoin

JoinParam4WithoutLogin tagJoinParam::withoutloginuserJoin

The parameters of unlogged-in user when joins the meeting.

Definition at line 204 of file meeting_service_interface.h.