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

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

#include <MobileRTCAICQueryHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- approve
 Approve the request.
 
(MobileRTCSDKError- decline
 Decline the request.
 

Properties

NSUInteger senderUserID
 Get the requester's user ID.
 

Detailed Description

Handler to start the meeting query feature.

Definition at line 168 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ approve

- (MobileRTCSDKError) approve

Approve the request.

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

◆ decline

- (MobileRTCSDKError) decline

Decline the request.

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

Property Documentation

◆ senderUserID

- (NSUInteger) senderUserID
readnonatomicassign

Get the requester's user ID.

Definition at line 172 of file MobileRTCAICQueryHelper.h.