|
iOS SDK API Reference
|
#import <Foundation/Foundation.h>Go to the source code of this file.
Classes | |
| class | MobileRTCBOUser |
| class | MobileRTCBOMeeting |
| class | MobileRTCBOOption |
| BO option. More... | |
| class | MobileRTCBOCreator |
| class | MobileRTCBOAdmin |
| class | MobileRTCBOAssistant |
| class | MobileRTCBOAttendee |
| class | MobileRTCBOData |
Enumerations | |
| enum | MobileRTCBOUserStatus : NSUInteger { BOUserStatusUnassigned = 1 , BOUserStatusNotJoin = 2 , BOUserStatusInBO = 3 } |
| enum | MobileRTCBOStopCountDown { MobileRTCBOStopCountDown_Not_CountDown = 0 , MobileRTCBOStopCountDown_Seconds_10 , MobileRTCBOStopCountDown_Seconds_15 , MobileRTCBOStopCountDown_Seconds_30 , MobileRTCBOStopCountDown_Seconds_60 , MobileRTCBOStopCountDown_Seconds_120 } |
| enum for BO stop countdown. More... | |
enum for BO stop countdown.
Definition at line 55 of file MobileRTCBORole.h.
| enum MobileRTCBOUserStatus : NSUInteger |
| Enumerator | |
|---|---|
| BOUserStatusUnassigned | |
| BOUserStatusNotJoin | |
| BOUserStatusInBO | |
Definition at line 11 of file MobileRTCBORole.h.