Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCAICompanionQueryHelper Class Reference

Helper class to manage AI Companion meeting query features and related legal notices. More...

#include <MobileRTCAICQueryHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCAICompanionQuerySettingOptions- getSelectedQuerySetting
 Get the selected query setting.
 
(BOOL) - canChangeQuerySetting
 Determine whether the current user can change the query setting.
 
(MobileRTCSDKError- changeQuerySettings:
 Change query setting.
 

Properties

id< MobileRTCAICompanionQueryHelperDelegatedelegate
 

Detailed Description

Helper class to manage AI Companion meeting query features and related legal notices.

Definition at line 367 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ canChangeQuerySetting

- (BOOL) canChangeQuerySetting

Determine whether the current user can change the query setting.

Returns
YES means that it can change the setting. Otherwise it can't change the setting.

◆ changeQuerySettings:

- (MobileRTCSDKError) changeQuerySettings: (MobileRTCAICompanionQuerySettingOptions) setting

Change query setting.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise nthe function fails.

◆ getSelectedQuerySetting

- (MobileRTCAICompanionQuerySettingOptions) getSelectedQuerySetting

Get the selected query setting.

Returns
If the function succeeds, it returns the selected query setting. Otherwise the function fails.

Property Documentation

◆ delegate

- (id<MobileRTCAICompanionQueryHelperDelegate>) delegate
readwritenonatomicweak

Definition at line 369 of file MobileRTCAICQueryHelper.h.