Delegate protocol for breakout room creation related callbacks.
More...
#include <ZoomSDKNewBreakoutRoomController.h>
Inherits <NSObjectNSObject>.
Delegate protocol for breakout room creation related callbacks.
Definition at line 118 of file ZoomSDKNewBreakoutRoomController.h.
◆ onBOCreateSuccess:
- (void) onBOCreateSuccess: |
|
(NSString *) | boID |
|
|
optional |
◆ onBOOptionChanged:
You will receive the event when the option changes.
- Parameters
-
newOption | The new bo option. |
◆ onCreateBOResponse:boID:
- (void) onCreateBOResponse: |
|
(BOOL) | bSuccess |
boID: |
|
(NSString *) | boID |
|
optionalrequired |
The callback notification of "-createBreakoutRoom:".
- Parameters
-
bSuccess | Indicate whether the creation is actually successful, YES indicates success, NO indicates failure. |
boID | If the creation is successful, its value is the breakout room's ID, otherwise the value is nil. |
◆ onRemoveBOResponse:boID:
- (void) onRemoveBOResponse: |
|
(BOOL) | bSuccess |
boID: |
|
(NSString *) | boID |
|
optionalrequired |
The callback notification of ''-removeBO:'.
- Parameters
-
bSuccess | Used to indicate whether the creation is actually successful, YES indicates success, NO indicates failure. |
boID | Identifies which breakout room is being removed. |
◆ onUpdateBONameResponse:boID:
- (void) onUpdateBONameResponse: |
|
(BOOL) | bSuccess |
boID: |
|
(NSString *) | boID |
|
optionalrequired |
The callback notification of "-updateBOName:BOID".
- Parameters
-
bSuccess | Used to indicate whether the creation is actually successful, YES indicates success, NO indicates failure. |
boID | Identifies which breakout room is being updated. |
◆ onWebPreAssignBODataDownloadStatusChanged:
When the pre-assigned data download status changes, you will receive the event.
- Parameters
-