|
Meeting SDK for iOS API Reference
|
Breakout room role management and user status definitions. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility. More...
import <Foundation/Foundation.h>Go to the source code of this file.
Classes | |
| class | MobileRTCBOUser |
| A class that represents a user in a breakout room. More... | |
| class | MobileRTCBOMeeting |
| A class that provides functions for breakout meetings. More... | |
| class | MobileRTCBOOption |
| A class that contains breakout room options. More... | |
| class | MobileRTCBOCreator |
| A class for creating and managing breakout rooms. More... | |
| class | MobileRTCBOAdmin |
| A class for managing breakout rooms. More... | |
| class | MobileRTCBOAssistant |
| A class that manages operations for joining and leaving breakout meetings as an assistant. More... | |
| class | MobileRTCBOAttendee |
| A class that manages operations for attendees in breakout meetings. More... | |
| class | MobileRTCBOData |
| A class that provides data helper functions for breakout meetings. More... | |
Enumerations | |
| enum | MobileRTCBOUserStatus : NSUInteger { BOUserStatusUnknown = 0 , BOUserStatusUnassigned = 1 , BOUserStatusNotJoin = 2 , BOUserStatusInBO = 3 } |
| Enumeration of breakout meeting user status. More... | |
| enum | MobileRTCBOStopCountDown { MobileRTCBOStopCountDown_Not_CountDown = 0 , MobileRTCBOStopCountDown_Seconds_10 , MobileRTCBOStopCountDown_Seconds_15 , MobileRTCBOStopCountDown_Seconds_30 , MobileRTCBOStopCountDown_Seconds_60 , MobileRTCBOStopCountDown_Seconds_120 } |
| Enumeration of Breakout Room (BO) stop countdown durations. More... | |
Breakout room role management and user status definitions. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility.
Definition in file MobileRTCBORole.h.
Enumeration of Breakout Room (BO) stop countdown durations.
Definition at line 78 of file MobileRTCBORole.h.
| enum MobileRTCBOUserStatus : NSUInteger |
Enumeration of breakout meeting user status.
Definition at line 12 of file MobileRTCBORole.h.