|
Zoom Rooms Controller SDK Reference 6.6.0
|
Meeting Control helper interface. More...
#include <IMeetingControlHelper.h>
Public Member Functions | |
| virtual | ~IMeetingControlHelper () |
| virtual ZRCSDKError | RegisterSink (IMeetingControlHelperSink *pSink)=0 |
| Register meeting control helper callback sink. | |
| virtual ZRCSDKError | DeregisterSink (IMeetingControlHelperSink *pSink)=0 |
| Deregister meeting control helper callback sink. | |
| virtual ZRCSDKError | ShowTopBanner (bool show)=0 |
| Show the top banner. | |
| virtual ZRCSDKError | LockMeeting (bool lock)=0 |
| Lock meeting. | |
| virtual ZRCSDKError | StartFocusMode (bool start)=0 |
| Start focus mode. | |
| virtual ZRCSDKError | EnableHiFiMusicMode (bool enable)=0 |
| Enable High-fidelity music mode. | |
| virtual ZRCSDKError | HasNewAppSignaling (bool &has)=0 |
| Query if has new app signaling. | |
| virtual ZRCSDKError | ListSignalingApps ()=0 |
| List signaling apps. | |
| virtual ZRCSDKError | ListSignalingAppAccessedUsers (const std::string &appID)=0 |
| List signaling app accessed users. | |
| virtual ZRCSDKError | GetSignalingAppPermissionLink (const std::string &appID)=0 |
| Get signaling app permission link. | |
| virtual ZRCSDKError | StartMeetingSummary (bool start)=0 |
| Start meeting summary. | |
| virtual ZRCSDKError | StartMeetingQuery (bool start)=0 |
| Start meeting query. | |
| virtual ZRCSDKError | ChangeMeetingQueryPrivilegeSetting (int32_t privilegeSettingID)=0 |
| Change meeting query privilege setting. | |
| virtual ZRCSDKError | SetMeetingSummaryNotificationEmail (const std::string &email)=0 |
| Set meeting summary notification email. | |
| virtual ZRCSDKError | TurnOnAICompanion (int64_t AICFeatures)=0 |
| Turn on some AI Companion features (Excluding AICompanionOptionSmartRecording). | |
| virtual ZRCSDKError | TurnOffAICompanion (int64_t AICFeatures, bool deleteAssets)=0 |
| Turn off any AI Companion features. | |
| virtual ZRCSDKError | RespondToTurnOnAICompanion (bool agree)=0 |
| Respond to participant's request of turn on AI Companion. | |
| virtual ZRCSDKError | RespondToTurnOffAICompanion (bool agree, bool deleteAssets)=0 |
| Respond to participant's request of turn off AI Companion. | |
| virtual ZRCSDKError | AskHostToTurnOnAICompanion (int64_t AICFeatures)=0 |
| Request host to turn on some AI Companion features (Excluding AICompanionOptionSmartRecording). | |
| virtual ZRCSDKError | AskHostToTurnOffAllAICompanion ()=0 |
| Request host to turn off all AI Companion features. | |
| virtual ZRCSDKError | ConfirmAICompanionStatusWhenJoin (bool agree)=0 |
| Confirm AI Companion status modified by participant while host join meeting. | |
| virtual ZRCSDKError | AskToEnableAICompanion (AICompanionOption feature)=0 |
| Ask the account admins to enable AI Companion features (Excluding AICompanionOptionSmartRecording). | |
| virtual ZRCSDKError | ControlSidePanel (PanelType type, PanelAction action)=0 |
| Control the side panel on ZR. | |
Meeting Control helper interface.
Definition at line 370 of file IMeetingControlHelper.h.
|
inlinevirtual |
Definition at line 373 of file IMeetingControlHelper.h.
|
pure virtual |
Request host to turn off all AI Companion features.
|
pure virtual |
Request host to turn on some AI Companion features (Excluding AICompanionOptionSmartRecording).
| AICFeatures | AI Companion features, see AICompanionOption |
|
pure virtual |
Ask the account admins to enable AI Companion features (Excluding AICompanionOptionSmartRecording).
| feature | AI Companion feature, see AICompanionOption |
|
pure virtual |
Change meeting query privilege setting.
| privilegeSettingID | Specify the setting ID. |
|
pure virtual |
Confirm AI Companion status modified by participant while host join meeting.
| agree | TRUE indicates to turn off AI Companion and delete assets. Otherwise not |
|
pure virtual |
Control the side panel on ZR.
| type | Panel type, see PanelType enum. |
| action | Panel action, see PanelAction enum. |
|
pure virtual |
Deregister meeting control helper callback sink.
| pSink | A pointer to the IMeetingControlHelperSink that receives the meeting control helper event callback. |
|
pure virtual |
Enable High-fidelity music mode.
| enable | TRUE indicates to enable HiFi music mode. |
|
pure virtual |
Get signaling app permission link.
| appID | Specify the app ID |
|
pure virtual |
Query if has new app signaling.
| [out] | has | TRUE indicates has new app signaling now. |
|
pure virtual |
List signaling app accessed users.
| appID | Specify the app ID to list. |
|
pure virtual |
List signaling apps.
|
pure virtual |
Lock meeting.
| lock | TRUE indicates to lock current meeting. |
|
pure virtual |
Register meeting control helper callback sink.
| pSink | A pointer to the IMeetingControlHelperSink that receives the meeting control helper event callback. |
|
pure virtual |
Respond to participant's request of turn off AI Companion.
| agree | TRUE indicates to turn off AI Companion. Otherwise not |
| deleteAssets | TRUE indicates to delete assets generated by AI Companion. Otherwise not. |
|
pure virtual |
Respond to participant's request of turn on AI Companion.
| agree | TRUE indicates to turn on AI Companion. Otherwise not |
|
pure virtual |
Set meeting summary notification email.
| The email to receive notification. |
|
pure virtual |
Show the top banner.
| show | TRUE indicates to show Zoom Room top banner. |
|
pure virtual |
Start focus mode.
| start | TRUE indicates to start focus mode. |
|
pure virtual |
Start meeting query.
| start | TRUE indicates to start meeting query. Otherwise stop. |
|
pure virtual |
Start meeting summary.
| start | TRUE indicates to start meeting summary. Otherwise stop. |
|
pure virtual |
Turn off any AI Companion features.
| AICFeatures | AI Companion features , see AICompanionOption |
| deleteAssets | TRUE indicates to delete assets generated by AI Companion. Otherwise not |
|
pure virtual |
Turn on some AI Companion features (Excluding AICompanionOptionSmartRecording).
| AICFeatures | AI Companion features , see AICompanionOption |