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 |
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. | |
(MobileRTCSDKError) | - agree: |
Agree to the request to turn. the AI Companion features on or off. | |
(MobileRTCSDKError) | - decline |
Decline 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 46 of file MobileRTCMeetingService+AICompanion.h.
- (MobileRTCSDKError) agree: | (BOOL) | deleteAssets |
Agree to the request to turn. the AI Companion features on or off.
deleteAssets | true means delete the meeting asserts when turning off the AI Companion features. |
- (MobileRTCSDKError) decline |
Decline the request to turn the AI Companion features on or off.
- (NSUInteger) getRequestUserID |
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.