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

#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

Definition at line 36 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, for more details, see ZoomSDKError.

◆ 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, for more details, see ZoomSDKError.

Property Documentation

◆ isTurnOn

- (BOOL) isTurnOn
readnonatomicassign

Turn the AI Companion features on or off.

Definition at line 44 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 40 of file ZoomSDKMeetingAICompanionController.h.