Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKBOMeetingAdminDelegate> Protocol Reference

Delegate to receive breakout room admin callbacks. More...

#include <ZoomSDKNewBreakoutRoomController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onHelpRequestReceived:
 Host recieves this callback when attendee request for help.
 
(void) - onStartBOError:
 Callback of start breakout room fail.
 
(void) - onBOEndTimerUpdated:isTimesUpNotice:
 If it's timer BO, after start BO, you receives the event.
 
(void) - onStartBOResponse:
 The callback notification of "-startBO".
 
(void) - onStopBOResponse:
 The callback notification of "-stopBO".
 

Detailed Description

Delegate to receive breakout room admin callbacks.

Definition at line 272 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ onBOEndTimerUpdated:isTimesUpNotice:

- (void) onBOEndTimerUpdated: (unsigned int) remaining
isTimesUpNotice: (BOOL) isTimesUpNotice 
optionalrequired

If it's timer BO, after start BO, you receives the event.

Parameters
remainingRemaining time before bo end ,the unit is seconds.
isTimesUpNoticeIf the isTimesUpNotice is YES, the bo meeting will end automatically. Otherwise not.

◆ onHelpRequestReceived:

- (void) onHelpRequestReceived: (NSString *) userID
optional

Host recieves this callback when attendee request for help.

Parameters
userIDThe ID of user who request for help.

◆ onStartBOError:

- (void) onStartBOError: (ZoomSDKBOControllerError) errCode
optionalrequired

Callback of start breakout room fail.

Parameters
errCodeThe reason of fail.

◆ onStartBOResponse:

- (void) onStartBOResponse: (BOOL) bSuccess
optionalrequired

The callback notification of "-startBO".

Parameters
bSuccessIndicates 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
bSuccessIndicates whether the stop is actually successful. YES indicates success, and NO indicates failure.