|
Windows SDK API Reference
|
Meeting Service Interface. More...
#include "zoom_sdk_def.h"Go to the source code of this file.
Data Structures | |
| struct | tagJoinParam4WithoutLogin |
| The parameters of non-login user when joins the meeting. Here are more detailed structural descriptions. More... | |
| struct | tagJoinParam4NormalUser |
| The parameter of ordinary logged-in user. Here are more detailed structural descriptions. More... | |
| struct | tagJoinParam |
| The way and the parameter of the users when join the meeting. Here are more detailed structural descriptions. More... | |
| struct | tagStartParam4WithoutLogin |
| The parameter used by unlogged-in user when starts the meeting. Here are more detailed structural descriptions. More... | |
| struct | tagStartParam4NormalUser |
| The parameter of ordinary user when starts meeting. Here are more detailed structural descriptions. More... | |
| struct | tagStartParam |
| class | IMeetingInfo |
| Meeting information Interface. More... | |
| struct | tagMeetingParameter |
| Meeting parameter. Here are more detailed structural descriptions. More... | |
| class | IMeetingServiceEvent |
| Meeting service callback event. More... | |
| class | IMeetingService |
| Meeting Service Interface. More... | |
Typedefs | |
| typedef struct tagJoinParam4WithoutLogin | JoinParam4WithoutLogin |
| typedef struct tagJoinParam4NormalUser | JoinParam4NormalUser |
| typedef struct tagJoinParam | JoinParam |
| typedef struct tagStartParam4WithoutLogin | StartParam4WithoutLogin |
| typedef struct tagStartParam4NormalUser | StartParam4NormalUser |
| typedef struct tagStartParam | StartParam |
| typedef struct tagMeetingParameter | MeetingParameter |
Meeting Service Interface.
Definition in file meeting_service_interface.h.
| typedef struct tagJoinParam JoinParam |
| typedef struct tagJoinParam4NormalUser JoinParam4NormalUser |
| typedef struct tagJoinParam4WithoutLogin JoinParam4WithoutLogin |
| typedef struct tagMeetingParameter MeetingParameter |
| typedef struct tagStartParam StartParam |
| typedef struct tagStartParam4NormalUser StartParam4NormalUser |
| typedef struct tagStartParam4WithoutLogin StartParam4WithoutLogin |
| enum ConnectionQuality |
Connection quality. Here are more detailed structural descriptions.
Definition at line 260 of file meeting_service_interface.h.
| enum LeaveMeetingCmd |
Leave meeting command. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| LEAVE_MEETING | Leave meeting. |
| END_MEETING | End meeting. |
Definition at line 111 of file meeting_service_interface.h.
| enum MeetingConnType |
Meeting connection type. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| Meeting_Conn_None | Disconnection. |
| Meeting_Conn_Normal | Normal connection. |
| Meeting_Conn_FailOver | Failure and reconnection. |
Definition at line 299 of file meeting_service_interface.h.
| enum MeetingEndReason |
Meeting end reason. Here are more detailed structural descriptions.
Definition at line 83 of file meeting_service_interface.h.
| enum MeetingFailCode |
Meeting failure code. Here are more detailed structural descriptions.
Definition at line 40 of file meeting_service_interface.h.
| enum MeetingStatus |
Meeting status. Here are more detailed structural descriptions.
Definition at line 16 of file meeting_service_interface.h.
| enum MeetingType |
Meeting type. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| MEETING_TYPE_NONE | For initialization. |
| MEETING_TYPE_NORMAL | Ordinary meeting. |
| MEETING_TYPE_WEBINAR | Webinar. |
| MEETING_TYPE_BREAKOUTROOM | Breakout meeting. |
Definition at line 99 of file meeting_service_interface.h.
| enum OSSessionType |
OS session type. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| OS_SessionType_NotHandle | |
| OS_SessionType_Lock | equals to WTS_SESSION_LOCK |
| OS_SessionType_Logoff | equals to WTS_SESSION_LOGOFF |
| OS_SessionType_Remote_DISCONNECT | equals to WTS_REMOTE_DISCONNECT |
Definition at line 412 of file meeting_service_interface.h.
Share view zoom ratio. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| SDK_ShareViewZoomRatio_50 | |
| SDK_ShareViewZoomRatio_100 | |
| SDK_ShareViewZoomRatio_150 | |
| SDK_ShareViewZoomRatio_200 | |
| SDK_ShareViewZoomRatio_300 | |
Definition at line 286 of file meeting_service_interface.h.
| enum SDKUserType |
SDK user type. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| SDK_UT_NORMALUSER | Type of ordinary user who needs to login. |
| SDK_UT_WITHOUT_LOGIN | Start meeting without login. |
Definition at line 121 of file meeting_service_interface.h.
| enum SDKViewType |
SDK View Type, primary displayer and secondary displayer. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| SDK_FIRST_VIEW | |
| SDK_SECOND_VIEW | Primary displayer. Secondary displayer. |
| SDK_SEND_SHARE_VIEW | |
Definition at line 275 of file meeting_service_interface.h.
Meeting statistics warning type. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| Statistics_Warning_None | No warning. |
| Statistics_Warning_Network_Quality_Bad | The network connection quality is bad. |
| Statistics_Warning_Busy_System | The system is busy. |
Definition at line 401 of file meeting_service_interface.h.
| enum ZoomUserType |
SDK user type. Here are more detailed structural descriptions.
Definition at line 192 of file meeting_service_interface.h.