|
Meeting SDK for macOS API Reference
|
AI Companion feature control class. More...
#include <ZoomSDKMeetingAICompanionController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKMeetingSmartSummaryController *) | - getInMeetingSmartSummaryController |
| Get the smart summary controller. | |
| (ZoomSDKAICompanionSmartSummaryHelper *) | - getSmartSummaryHelper |
| Get the smart summary controller. | |
| (ZoomSDKAICompanionQueryHelper *) | - getQueryHelper |
| Get object of ZoomSDKAICompanionQueryHelper. | |
| (BOOL) | - isTurnoffAllAICompanionsSupported |
| Whether the meeting supports turning off the AI Companion features. | |
| (BOOL) | - canTurnOffAllAICompanions |
| Whether the current user can turn off the AI Companion features. | |
| (ZoomSDKError) | - turnOffAllAICompanion: |
| Turn off the AI Companion features. | |
| (BOOL) | - isTurnOnAllAICompanionSupported |
| Whether the meeting supports turning on the AI Companion features. | |
| (BOOL) | - canTurnOnAllAICompanion |
| Whether the current user can turn off the AI Companion features. | |
| (ZoomSDKError) | - turnOnAllAICompanion |
| Turn on all the AI Companion features. Only ZoomSDKAICompanionFeature::ZoomSDKAICompanionFeature_Query and ZoomSDKAICompanionFeature::ZoomSDKAICompanionFeature_SmartSummary can be turned on at once. | |
| (BOOL) | - canRequestTurnoffAllAICompanion |
| Whether the current user can ask the host to turn off all started AI Companion features. | |
| (ZoomSDKError) | - requestTurnoffAllAICompanion |
| Request host to turn off all started AI Companion features. | |
| (BOOL) | - canRequestTurnOnAllAICompanion |
| Whether the current user can ask the host to turn on all AI Companion features if they are enabled for the current meeting. | |
| (ZoomSDKError) | - requestTurnOnAllAICompanion |
| Ask the host to turn on all AI Companion features if they are enabled for the current meeting. | |
Properties | |
| id< ZoomSDKMeetingAICompanionControllerDelegate > | delegate |
| Delegate to receive AI Companion feature callbacks. | |
AI Companion feature control class.
Definition at line 109 of file ZoomSDKMeetingAICompanionController.h.
| - (BOOL) canRequestTurnoffAllAICompanion |
Whether the current user can ask the host to turn off all started AI Companion features.
| - (BOOL) canRequestTurnOnAllAICompanion |
Whether the current user can ask the host to turn on all AI Companion features if they are enabled for the current meeting.
| - (BOOL) canTurnOffAllAICompanions |
Whether the current user can turn off the AI Companion features.
| - (BOOL) canTurnOnAllAICompanion |
Whether the current user can turn off the AI Companion features.
| - (ZoomSDKMeetingSmartSummaryController *) getInMeetingSmartSummaryController |
Get the smart summary controller.
| - (ZoomSDKAICompanionQueryHelper *) getQueryHelper |
Get object of ZoomSDKAICompanionQueryHelper.
| - (ZoomSDKAICompanionSmartSummaryHelper *) getSmartSummaryHelper |
Get the smart summary controller.
| - (BOOL) isTurnoffAllAICompanionsSupported |
Whether the meeting supports turning off the AI Companion features.
| - (BOOL) isTurnOnAllAICompanionSupported |
Whether the meeting supports turning on the AI Companion features.
| - (ZoomSDKError) requestTurnoffAllAICompanion |
Request host to turn off all started AI Companion features.
ZoomSDKError_Success. Otherwise failed. | - (ZoomSDKError) requestTurnOnAllAICompanion |
Ask the host to turn on all AI Companion features if they are enabled for the current meeting.
ZoomSDKError_Success. Otherwise failed. | - (ZoomSDKError) turnOffAllAICompanion: | (BOOL) | deleteMeetingAssets |
Turn off the AI Companion features.
| deleteMeetingAssets | YES whether delete the meeting assets when turn off the AI Companion features. |
ZoomSDKError_Success. | - (ZoomSDKError) turnOnAllAICompanion |
Turn on all the AI Companion features. Only ZoomSDKAICompanionFeature::ZoomSDKAICompanionFeature_Query and ZoomSDKAICompanionFeature::ZoomSDKAICompanionFeature_SmartSummary can be turned on at once.
ZoomSDKError_Success. Otherwise failed.
|
readwritenonatomicassign |
Delegate to receive AI Companion feature callbacks.
Definition at line 114 of file ZoomSDKMeetingAICompanionController.h.