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

#import <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 233 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
optional

Notify the host join current breakout room.

◆ onHostLeaveThisBOMeeting

- (void) onHostLeaveThisBOMeeting
optional

Notify the host leave current breakout room.