|
Zoom Rooms Controller SDK Reference 6.6.0
|
Entrance of all the Meeting Service. More...
#include "ZRCSDKTypes.h"Go to the source code of this file.
Data Structures | |
| struct | MeetingErrorInfo |
| Meeting error info. More... | |
| struct | MeetingInvitationInfo |
| Meeting invitation info. More... | |
| struct | BandwidthLimitInfo |
| Bandwidth limit info. More... | |
| struct | DataCenterRegion |
| Meeting connected data center info. More... | |
| struct | E2ESecurityCode |
| End-to-end security code. More... | |
| struct | JBHWaitingHostInfo |
| Join before host, waiting for host information. More... | |
| struct | ConfDeviceLockStatus |
| Device lock status for joining meeting. More... | |
| struct | E2eeMeetingStatus |
| E2EE meeting status. More... | |
| struct | MeshInfoNotification |
| Mesh Info Notification. More... | |
| class | IMeetingServiceSink |
| Meeting Service event callback. More... | |
| class | IMeetingService |
| Meeting Service Interface. More... | |
Enumerations | |
| enum | ExitMeetingCmd { ExitMeetingCmdLeave , ExitMeetingCmdEnd } |
| Exit meeting command. Here are more detailed structural descriptions. More... | |
| enum | ExitMeetingReason { ExitMeetingReasonDefault = 0 , ExitMeetingReasonJoinBO , ExitMeetingReasonLeaveBO } |
| Exit meeting reason. Here are more detailed structural descriptions. More... | |
| enum | WaitingHostReason { WaitingHostStartMeeting = 0 , WaitingHostEndAnotherMeeting } |
| Waiting host reason. Here are more detailed structural descriptions. More... | |
Entrance of all the Meeting Service.
Definition in file IMeetingService.h.
| enum ExitMeetingCmd |
Exit meeting command. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| ExitMeetingCmdLeave | Leave meeting. |
| ExitMeetingCmdEnd | End meeting. |
Definition at line 17 of file IMeetingService.h.
| enum ExitMeetingReason |
Exit meeting reason. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| ExitMeetingReasonDefault | Default. |
| ExitMeetingReasonJoinBO | Exit meeting reason join breakout room. |
| ExitMeetingReasonLeaveBO | Exit meeting reason leave breakout room. |
Definition at line 27 of file IMeetingService.h.
| enum WaitingHostReason |
Waiting host reason. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| WaitingHostStartMeeting | Waiting host to start meeting. |
| WaitingHostEndAnotherMeeting | Waiting host to end another meeting. |
Definition at line 38 of file IMeetingService.h.