Meeting SDK for macOS API 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. | |
Definition at line 36 of file ZoomSDKMeetingAICompanionController.h.
- (ZoomSDKError) agree: | (BOOL) | deleteAssets |
Agree to the request to turn the AI Companion features on or off.
deleteAssets | YES means delete the meeting assets when turning off the AI Companion features. |
ZoomSDKError_Success
. Otherwise failed, for more details, see ZoomSDKError. - (ZoomSDKError) decline |
Decline the request to turn the AI Companion features on or off.
ZoomSDKError_Success
. Otherwise failed, for more details, see ZoomSDKError.
|
readnonatomicassign |
Turn the AI Companion features on or off.
Definition at line 44 of file ZoomSDKMeetingAICompanionController.h.
|
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.