Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKMeetingAICompanionControllerDelegate> Protocol Reference

Callback events for AI Companion feature control. More...

#include <ZoomSDKMeetingAICompanionController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onAICompanionFeatureTurnOffByParticipant:
 Sink the event when the auto start AI Companion feature is turned off by an attendee before the host joins. Only the host or cohost can receive the callback.
 
(void) - onAICompanionFeatureSwitchRequested:
 Sink the event when the host receives the request to turn the AI Companion features on or off.
 
(void) - onAICompanionFeatureSwitchRequestResponse:isAgree:isTurnOn:
 Sink the event when the host handles the request to turn the AI Companion features on or off.
 
(void) - onAICompanionFeatureCanNotBeTurnedOff:
 Sink the event when the started AI Companion feature can't be turned off.
 

Detailed Description

Callback events for AI Companion feature control.

Definition at line 75 of file ZoomSDKMeetingAICompanionController.h.

Method Documentation

◆ onAICompanionFeatureCanNotBeTurnedOff:

- (void) onAICompanionFeatureCanNotBeTurnedOff: (NSArray *) features

Sink the event when the started AI Companion feature can't be turned off.

Parameters
featuresThe AI features that can't be turned off. For more information, see ZoomSDKAICompanionFeature.

◆ onAICompanionFeatureSwitchRequested:

- (void) onAICompanionFeatureSwitchRequested: (ZoomSDKAICompanionFeatureSwitchHandler *) handler

Sink the event when the host receives the request to turn the AI Companion features on or off.

Parameters
handlerThe handler to turn the AI Companions features on or off.

◆ onAICompanionFeatureSwitchRequestResponse:isAgree:isTurnOn:

- (void) onAICompanionFeatureSwitchRequestResponse: (BOOL) timeout
isAgree: (BOOL) agree
isTurnOn: (BOOL) turnOn 

Sink the event when the host handles the request to turn the AI Companion features on or off.

Parameters
timeoutSpecify the host not handle the request until timeout.
agreeSpecify the host agrees to the request to turn the AI companion features on or off.
turnOnSpecify the host respond the request of turn on or off.

◆ onAICompanionFeatureTurnOffByParticipant:

- (void) onAICompanionFeatureTurnOffByParticipant: (ZoomSDKAICompanionFeatureTurnOnAgainHandler *) handler

Sink the event when the auto start AI Companion feature is turned off by an attendee before the host joins. Only the host or cohost can receive the callback.

Parameters
handlerThe handler to turn on the AI feature again or leave the feature turned off.