iOS SDK API Reference
Loading...
Searching...
No Matches
<MobileRTCWaitingRoomServiceDelegate> Protocol Reference

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

#import <MobileRTCWaitingRoomService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onWaitingRoomUserJoin:
 
(void) - onWaitingRoomUserLeft:
 
(void) - onWaitingRoomPresetAudioStatusChanged:
 During the waiting room, this callback event will be triggered when host change audio status.
 
(void) - onWaitingRoomPresetVideoStatusChanged:
 During the waiting room, this callback event will be triggered when host change video status.
 
(void) - onCustomWaitingRoomDataUpdated:
 During the waiting room, this callback event will be triggered when requestCustomWaitingRoomData called.
 

Detailed Description

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.

Definition at line 56 of file MobileRTCWaitingRoomService.h.

Method Documentation

◆ onCustomWaitingRoomDataUpdated:

- (void) onCustomWaitingRoomDataUpdated: (MobileRTCCustomWaitingRoomData *_Nullable)  data

During the waiting room, this callback event will be triggered when requestCustomWaitingRoomData called.

Parameters
dataThe WaitingRoom Customize Data Info.

◆ onWaitingRoomPresetAudioStatusChanged:

- (void) onWaitingRoomPresetAudioStatusChanged: (BOOL)  audioCanTurnOn

During the waiting room, this callback event will be triggered when host change audio status.

Parameters
audioCanTurnOnYES means audio can be turned on. Otherwise not.

◆ onWaitingRoomPresetVideoStatusChanged:

- (void) onWaitingRoomPresetVideoStatusChanged: (BOOL)  videoCanTurnOn

During the waiting room, this callback event will be triggered when host change video status.

Parameters
videoCanTurnOnYES means video can be turned on. Otherwise not.

◆ onWaitingRoomUserJoin:

- (void) onWaitingRoomUserJoin: (NSUInteger)  userId

◆ onWaitingRoomUserLeft:

- (void) onWaitingRoomUserLeft: (NSUInteger)  userId