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

Handler to approve or decline the send query request. 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 approve or decline the send query request.

Definition at line 229 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: (BOOL) declineAll

Decline the request.

Parameters
declineAllYES means decline all request.
Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise the function fails.

Property Documentation

◆ senderUserID

- (NSUInteger) senderUserID
readwritenonatomicassign

Get the requester's user ID.

Definition at line 233 of file MobileRTCAICQueryHelper.h.