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>.
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.
◆ onCustomWaitingRoomDataUpdated:
During the waiting room, this callback event will be triggered when requestCustomWaitingRoomData called.
- Parameters
-
data | The 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
-
audioCanTurnOn | YES 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
-
videoCanTurnOn | YES means video can be turned on. Otherwise not. |
◆ onWaitingRoomUserJoin:
- (void) onWaitingRoomUserJoin: |
|
(NSUInteger) |
userId |
|
◆ onWaitingRoomUserLeft:
- (void) onWaitingRoomUserLeft: |
|
(NSUInteger) |
userId |
|