Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKBreakoutRoomsController Class Reference
Inheritance diagram for ZoomSDKBreakoutRoomsController:

Instance Methods

(ZoomSDKError) - joinBreakoutRoom:
 User joins breakout room with room ID. More...
 
(4.0, 5.2) - NS_DEPRECATED_MAC
 User leaves breakout room. More...
 
(ZoomSDKError) - getBreakoutRoomsInfo:
 Get information of breakout rooms. More...
 

Protected Attributes

id< ZoomSDKBreakoutRoomsDelegate_delegate
 

Properties

id< ZoomSDKBreakoutRoomsDelegatedelegate
 

Method Documentation

◆ getBreakoutRoomsInfo:

- (ZoomSDKError) getBreakoutRoomsInfo: (4.)  0
(5.2)  NS_DEPRECATED_MAC 

Get information of breakout rooms.

Parameters
infoArrayA pointer of NSMutableArray, the array contains ZoomSDKBreakoutRoomsInfo object.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ joinBreakoutRoom:

- (ZoomSDKError) joinBreakoutRoom: (4.)  0
(5.2)  NS_DEPRECATED_MAC 

User joins breakout room with room ID.

Parameters
bIDThe ID of breakout room which you want to join in.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ NS_DEPRECATED_MAC

- (4.0, 5.2) NS_DEPRECATED_MAC

User leaves breakout room.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

The documentation for this class was generated from the following file: