|
Meeting SDK for iOS API Reference
|
The handler to handle a user request to turn the AI Companion features on or off. More...
#include <MobileRTCMeetingService+AICompanion.h>
Inherits NSObject.
Instance Methods | |
| (NSUInteger) | - getRequestUserID |
| Gets the user ID who requests the host to turn the AI Companion features on or off. | |
| (BOOL) | - isTurnOn |
| Determines if the request is to turn the AI Companion features on or off. | |
| (MobileRTCSDKError) | - agree: |
| Agrees to the request to turn the AI Companion features on or off. | |
| (MobileRTCSDKError) | - decline |
| Declines the request to turn the AI Companion features on or off. | |
The handler to handle a user request to turn the AI Companion features on or off.
Definition at line 43 of file MobileRTCMeetingService+AICompanion.h.
| - (MobileRTCSDKError) agree: | (BOOL) | deleteAssets |
Agrees to the request to turn the AI Companion features on or off.
| deleteAssets | YES to delete the meeting assets when turning off the AI Companion features. Otherwise, NO. |
| - (MobileRTCSDKError) decline |
Declines the request to turn the AI Companion features on or off.
| - (NSUInteger) getRequestUserID |
Gets the user ID who requests the host to turn the AI Companion features on or off.
| - (BOOL) isTurnOn |
Determines if the request is to turn the AI Companion features on or off.