Meeting SDK for iOS API Reference
|
import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | MobileRTCBOUser |
Interface for user in Breakout Room. More... | |
class | MobileRTCBOMeeting |
Provides functions for breakout meetings. More... | |
class | MobileRTCBOOption |
BO option. More... | |
class | MobileRTCBOCreator |
Interface for creating and managing breakout rooms. More... | |
class | MobileRTCBOAdmin |
Interface for managing breakout rooms. More... | |
class | MobileRTCBOAssistant |
Manages operations for joining and leaving breakout meetings as an assistant. More... | |
class | MobileRTCBOAttendee |
Manages operations for attendees in breakout meetings. More... | |
class | MobileRTCBOData |
Provides data helper functions for breakout meetings. More... | |
Enumerations | |
enum | MobileRTCBOUserStatus : NSUInteger { BOUserStatusUnknown = 0 , BOUserStatusUnassigned = 1 , BOUserStatusNotJoin = 2 , BOUserStatusInBO = 3 } |
Enumeration of breakout meeting user status. More... | |
enum | MobileRTCBOStopCountDown { MobileRTCBOStopCountDown_Not_CountDown = 0 , MobileRTCBOStopCountDown_Seconds_10 , MobileRTCBOStopCountDown_Seconds_15 , MobileRTCBOStopCountDown_Seconds_30 , MobileRTCBOStopCountDown_Seconds_60 , MobileRTCBOStopCountDown_Seconds_120 } |
Enumeration of Breakout Room (BO) stop countdown durations. More... | |
Enumeration of Breakout Room (BO) stop countdown durations.
Definition at line 73 of file MobileRTCBORole.h.
enum MobileRTCBOUserStatus : NSUInteger |
Enumeration of breakout meeting user status.
Definition at line 14 of file MobileRTCBORole.h.