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

#include <ZoomSDKNewBreakoutRoomController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onHelpRequestReceived:
 Host will recieve 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 will receive the event. .
 
(void) - onStartBOResponse:
 The callback notification of "-startBO".
 
(void) - onStopBOResponse:
 The callback notification of "-stopBO".
 

Detailed Description

Definition at line 240 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 will receive the event. .

Parameters
remainingRemaining time before bo end ,the unit is seconds.
isTimesUpNoticeIf 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
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.