#include <ZoomSDKNewBreakoutRoomController.h>
Inherits <NSObjectNSObject>.
◆ onBOEndTimerUpdated:isTimesUpNotice:
- (void) onBOEndTimerUpdated: |
|
(unsigned int) | remaining |
isTimesUpNotice: |
|
(BOOL) | isTimesUpNotice |
|
optionalrequired |
If it's timer BO, after start BO, you will receive the event. .
- Parameters
-
remaining | Remaining time before bo end ,the unit is seconds. |
isTimesUpNotice | If the isTimesUpNotice is YES means the bo meeting will end automatically,otherwise not. |
◆ onHelpRequestReceived:
- (void) onHelpRequestReceived: |
|
(NSString *) | userID |
|
|
optional |
Host will recieve this callback when attendee request for help.
- Parameters
-
userID | The ID of user who request for help. |
◆ onStartBOError:
Callback of start breakout room fail.
- Parameters
-
errCode | The reason of fail. |
◆ onStartBOResponse:
- (void) onStartBOResponse: |
|
(BOOL) | bSuccess |
|
|
optionalrequired |
The callback notification of "-startBO".
- Parameters
-
bSuccess | Indicates whether the startup is actually successful. YES indicates success, and NO indicates failure. |
◆ onStopBOResponse:
- (void) onStopBOResponse: |
|
(BOOL) | bSuccess |
|
|
optionalrequired |
The callback notification of "-stopBO".
- Parameters
-
bSuccess | Indicates whether the stop is actually successful. YES indicates success, and NO indicates failure. |