Meeting host enabled the waiting room feature, then the delegate will receive this notification #only for custom UI#.
More...
#include <MobileRTCWaitingRoomService.h>
Inherits <NSObjectNSObject>.
Meeting host enabled the waiting room feature, then the delegate will receive this notification #only for custom UI#.
Definition at line 62 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 |
|
|
optionalrequired |
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 |
|
|
optionalrequired |
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 |
|
|
optional |
Meeting host enabled the waiting room feature, then the delegate will receive this notification, will notify the host someone entery the waiting room.
- Note
- Only for custom UI.
◆ onWaitingRoomUserLeft:
- (void) onWaitingRoomUserLeft: |
|
(NSUInteger) | userId |
|
|
optionalrequired |
Meeting host enabled the waiting room feature, then the delegate will receive this notification, will notify the host someone left from waiting room.
- Note
- Only for custom UI.
◆ onWaitingRoomUserNameChanged:userName:
- (void) onWaitingRoomUserNameChanged: |
|
(NSInteger) | userID |
userName: |
|
(nonnull NSString *) | userName |
|
optionalrequired |
Callback of that waiting room user name changed.
- Parameters
-
userID | The ID of user whose user name has changed. |
userName | The new name of user. |