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

#include <ZoomSDKNewBreakoutRoomController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onHelpRequestHandleResultReceived:
 Notify current user the request for help result.
 
(void) - onHostJoinedThisBOMeeting
 Notify the host join current breakout room.
 
(void) - onHostLeaveThisBOMeeting
 Notify the host leave current breakout room.
 

Detailed Description

Definition at line 375 of file ZoomSDKNewBreakoutRoomController.h.

Method Documentation

◆ onHelpRequestHandleResultReceived:

- (void) onHelpRequestHandleResultReceived: (ZoomSDKRequest4HelpResult) result
optional

Notify current user the request for help result.

Parameters
resultIt is the request for help result.

◆ onHostJoinedThisBOMeeting

- (void) onHostJoinedThisBOMeeting
optionalrequired

Notify the host join current breakout room.

◆ onHostLeaveThisBOMeeting

- (void) onHostLeaveThisBOMeeting
optionalrequired

Notify the host leave current breakout room.