iOS SDK API Reference
|
#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | MobileRTCCustomWaitingRoomData |
The WaitingRoom Customize Data Info. Here are more detailed structural descriptions.. More... | |
protocol | <MobileRTCWaitingRoomServiceDelegate> |
Meeting host enabled the waiting room feature, then the delegate will receive this notification #only for custom UI#. onWaitingRoomUserJoin: will notify the host someone entery the waiting room. onWaitingRoomUserLeft: will notify the host someone left from waiting room. More... | |
class | MobileRTCWaitingRoomService |
Enumerations | |
enum | MobileRTCWaitingRoomLayoutType { MobileRTCWaitingRoomLayoutType_Default = 0 , MobileRTCWaitingRoomLayoutType_Logo , MobileRTCWaitingRoomLayoutType_Video } |
WaitingRoom LayoutType. Here are more detailed structural descriptions. More... | |
enum | MobileRTCCustomWaitingRoomDataStatus { MobileRTCCustomWaitingRoomDataStatus_Init , MobileRTCCustomWaitingRoomDataStatus_Downloading , MobileRTCCustomWaitingRoomDataStatus_Download_OK , MobileRTCCustomWaitingRoomDataStatus_Download_Fail } |
Downloading Status of MobileRTCCustomWaitingRoomData. Here are more detailed structural descriptions. More... | |
Downloading Status of MobileRTCCustomWaitingRoomData. Here are more detailed structural descriptions.
Definition at line 25 of file MobileRTCWaitingRoomService.h.
WaitingRoom LayoutType. Here are more detailed structural descriptions.
Enumerator | |
---|---|
MobileRTCWaitingRoomLayoutType_Default | |
MobileRTCWaitingRoomLayoutType_Logo | |
MobileRTCWaitingRoomLayoutType_Video |
Definition at line 15 of file MobileRTCWaitingRoomService.h.