|
Meeting SDK for macOS API 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. | |
Handler to respond to requests for turning AI Companion features on or off.
Definition at line 47 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. | - (ZoomSDKError) decline |
Decline the request to turn the AI Companion features on or off.
ZoomSDKError_Success. Otherwise failed.
|
readnonatomicassign |
Turn the AI Companion features on or off.
Definition at line 55 of file ZoomSDKMeetingAICompanionController.h.
|
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.