Zoom Rooms Controller SDK Reference 6.5.0
|
Meeting Control interfaces. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
struct | LiveStreamStatusInfo |
Live stream status info. More... | |
struct | LiveStreamStatus |
Live stream status. More... | |
struct | SignalingAppAccessedUser |
Signaling app accessed user. More... | |
struct | SignalingAppAccessedUserList |
Signaling app accessed user list. More... | |
struct | SignalingAppPermissionLink |
Signaling app permission link. More... | |
struct | SignalingAppInfo |
Signaling app info. More... | |
struct | SignalingAppList |
Signaling app list. More... | |
struct | PrivilegeSettingItem |
Privilege setting item. More... | |
struct | MeetingQueryInfo |
Meeting query info. More... | |
struct | AICompanionRequestInfo |
AI Companion request info. More... | |
struct | AICompanionStatusInfo |
AI Companion status. More... | |
class | IMeetingControlHelperSink |
Meeting Control helper event callback. More... | |
class | IMeetingControlHelper |
Meeting Control helper interface. More... | |
Enumerations | |
enum | FocusModeStatus { FocusModeStatusOff = 0 , FocusModeStatusEnding = 1 , FocusModeStatusOn = 2 } |
Focus mode status. Here are more detailed structural descriptions. More... | |
enum | AICompanionOption { AICompanionOptionSmartSummary = 1 << 5 , AICompanionOptionSmartQuestion = 1 << 6 , AICompanionOptionSmartRecording = 1 << 8 } |
AI Companion option. More... | |
enum | AICompanionSwitchAction { AICompanionSwitchActionTurnOff = 1 << 0 , AICompanionSwitchActionTurnOn = 1 << 1 } |
AI Companion switch action. More... | |
enum | AICompanionRequestType { AICompanionRequestNone = 0 , AICompanionRequestSwitch , AICompanionRequestEnable } |
enum AICompanionOption |
AI Companion option.
Enumerator | |
---|---|
AICompanionOptionSmartSummary | Meeting Summary. |
AICompanionOptionSmartQuestion | Meeting Question. |
AICompanionOptionSmartRecording | Meeting Recording. |
Definition at line 26 of file IMeetingControlHelper.h.
Enumerator | |
---|---|
AICompanionRequestNone | |
AICompanionRequestSwitch | |
AICompanionRequestEnable |
Definition at line 41 of file IMeetingControlHelper.h.
AI Companion switch action.
Enumerator | |
---|---|
AICompanionSwitchActionTurnOff | Turn off. |
AICompanionSwitchActionTurnOn | Turn on. |
Definition at line 35 of file IMeetingControlHelper.h.
enum FocusModeStatus |
Focus mode status. Here are more detailed structural descriptions.
Enumerator | |
---|---|
FocusModeStatusOff | Focus mode is off. |
FocusModeStatusEnding | Focus mode is ending. |
FocusModeStatusOn | Focus mode is on. |
Definition at line 17 of file IMeetingControlHelper.h.