9#import <Foundation/Foundation.h>
38@property (nonatomic, retain) NSString * _Nullable
title;
42@property (nonatomic, retain) NSString * _Nullable
logoPath;
44@property (nonatomic, retain) NSString * _Nullable
videoPath;
65- (void)onWaitingRoomUserJoin:(NSUInteger)userId;
66- (void)onWaitingRoomUserLeft:(NSUInteger)userId;
72- (void)onWaitingRoomPresetAudioStatusChanged:(BOOL)audioCanTurnOn;
78- (void)onWaitingRoomPresetVideoStatusChanged:(BOOL)videoCanTurnOn;
92@property (nullable, assign, nonatomic) id<MobileRTCWaitingRoomServiceDelegate> delegate;
98-(BOOL)isSupportWaitingRoom;
104-(BOOL)isWaitingRoomOnEntryFlagOn;
116- (nullable NSArray <NSNumber *> *)waitingRoomList;
148- (BOOL)isAudioEnabledInWaitingRoom;
154- (BOOL)isVideoEnabledInWaitingRoom;
MobileRTCMeetError
MobileRTCMeetError An enumeration of Meeting States.
MobileRTCSDKError
An enumeration of SDK error.
MobileRTCCustomWaitingRoomDataStatus
Downloading Status of MobileRTCCustomWaitingRoomData. Here are more detailed structural descriptions.
@ MobileRTCCustomWaitingRoomDataStatus_Init
@ MobileRTCCustomWaitingRoomDataStatus_Download_Fail
@ MobileRTCCustomWaitingRoomDataStatus_Download_OK
@ MobileRTCCustomWaitingRoomDataStatus_Downloading
MobileRTCWaitingRoomLayoutType
WaitingRoom LayoutType. Here are more detailed structural descriptions.
@ MobileRTCWaitingRoomLayoutType_Video
@ MobileRTCWaitingRoomLayoutType_Default
@ MobileRTCWaitingRoomLayoutType_Logo
Meeting host enabled the waiting room feature, then the delegate will receive this notification #only...
The WaitingRoom Customize Data Info. Here are more detailed structural descriptions....
NSString *_Nullable descriptionString
MobileRTCCustomWaitingRoomDataStatus status
NSString *_Nullable videoPath
NSString *_Nullable title
NSString *_Nullable logoPath
MobileRTCWaitingRoomLayoutType type
The information of the current user in the meeting.