Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IMeetingService.h File Reference

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...
 

Detailed Description

Entrance of all the Meeting Service.

Since
Added in ZRC SDK 6.0.0

Definition in file IMeetingService.h.

Enumeration Type Documentation

◆ 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.

18{
21};
@ ExitMeetingCmdLeave
Leave meeting.
@ ExitMeetingCmdEnd
End meeting.

◆ 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.

28{
32};
@ ExitMeetingReasonJoinBO
Exit meeting reason join breakout room.
@ ExitMeetingReasonDefault
Default.
@ ExitMeetingReasonLeaveBO
Exit meeting reason leave breakout room.

◆ 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.

39{
42};
@ WaitingHostStartMeeting
Waiting host to start meeting.
@ WaitingHostEndAnotherMeeting
Waiting host to end another meeting.