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

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

#include <MobileRTCAICQueryHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- startMeetingQuery
 Starts meeting query.
 
(BOOL) - isForRequest
 Determines if this handler is for requesting to enable query.
 

Detailed Description

Handler to start the meeting query feature.

Definition at line 129 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ isForRequest

- (BOOL) isForRequest

Determines if this handler is for requesting to enable query.

Returns
YES if this handler is for requesting to enable query. Otherwise, NO means it is not available.

◆ startMeetingQuery

- (MobileRTCSDKError) startMeetingQuery

Starts meeting query.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.