|
Meeting SDK for Windows API 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 |
| union { | |
| JoinParam4NormalUser normaluserJoin | |
| JoinParam4WithoutLogin withoutloginuserJoin | |
| } | param |
The way and the parameter of the users when join the meeting. Here are more detailed structural descriptions.
Definition at line 339 of file meeting_service_interface.h.
|
inline |
checked safe
Definition at line 350 of file meeting_service_interface.h.
References param, SDK_UT_WITHOUT_LOGIN, and userType.
| JoinParam4NormalUser tagJoinParam::normaluserJoin |
The parameter of ordinary user when joins the meeting.
Definition at line 346 of file meeting_service_interface.h.
| union { ... } tagJoinParam::param |
Referenced by tagJoinParam().
| SDKUserType tagJoinParam::userType |
User type.
Definition at line 342 of file meeting_service_interface.h.
Referenced by tagJoinParam().
| JoinParam4WithoutLogin tagJoinParam::withoutloginuserJoin |
The parameters of unlogged-in user when joins the meeting.
Definition at line 348 of file meeting_service_interface.h.