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

Handler to enable the meeting query feature. More...

#include <MobileRTCAICQueryHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- enableQuery
 Enable meeting query.
 
(BOOL) - isForRequest
 Determine if this handler for request enable query.
 

Detailed Description

Handler to enable the meeting query feature.

Definition at line 113 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ enableQuery

- (MobileRTCSDKError) enableQuery

Enable meeting query.

Returns
If the function succeeds, it will return MobileRTCSDKError_Success. Otherwise the function fails.

◆ isForRequest

- (BOOL) isForRequest

Determine if this handler for request enable query.

Returns
YES means this handler is for request enable query. Otherwise it returns NO means this handler is for enable query directly.