Meeting SDK for macOS API Reference
|
#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 |
Definition at line 88 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, for more details, see ZoomSDKError. - (ZoomSDKError) requestTurnOnAllAICompanion |
Ask the host to turn on all AI Companion features if they are enabled for the current meeting.
ZoomSDKError_Success
. Otherwise failed, for more details, see ZoomSDKError. - (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
. Otherwise failed, for more details, see ZoomSDKError. - (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, for more details, see ZoomSDKError.
|
readwritenonatomicassign |
Definition at line 90 of file ZoomSDKMeetingAICompanionController.h.