Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAICompanionFeatureSwitchHandler Class Reference

Handler to respond to requests for turning AI Companion features on or off. More...

#include <ZoomSDKMeetingAICompanionController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- agree:
 Agree to the request to turn the AI Companion features on or off.
 
(ZoomSDKError- decline
 Decline the request to turn the AI Companion features on or off.
 

Properties

unsigned int requestUserID
 The user ID who requests the host to turn the AI Companion features on or off.
 
BOOL isTurnOn
 Turn the AI Companion features on or off.
 

Detailed Description

Handler to respond to requests for turning AI Companion features on or off.

Definition at line 47 of file ZoomSDKMeetingAICompanionController.h.

Method Documentation

◆ agree:

- (ZoomSDKError) agree: (BOOL) deleteAssets

Agree to the request to turn the AI Companion features on or off.

Parameters
deleteAssetsYES means delete the meeting assets when turning off the AI Companion features.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ decline

- (ZoomSDKError) decline

Decline the request to turn the AI Companion features on or off.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

Property Documentation

◆ isTurnOn

- (BOOL) isTurnOn
readnonatomicassign

Turn the AI Companion features on or off.

Definition at line 55 of file ZoomSDKMeetingAICompanionController.h.

◆ requestUserID

- (unsigned int) requestUserID
readnonatomicassign

The user ID who requests the host to turn the AI Companion features on or off.

Definition at line 51 of file ZoomSDKMeetingAICompanionController.h.