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
 Approves the request.
 
(MobileRTCSDKError- decline:
 Declines the request.
 

Properties

NSUInteger senderUserID
 Gets the requester's user ID.
 

Detailed Description

Handler to approve or decline the send query request.

Definition at line 226 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ approve

- (MobileRTCSDKError) approve

Approves the request.

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

◆ decline:

- (MobileRTCSDKError) decline: (BOOL) declineAll

Declines the request.

Parameters
declineAllYES to decline all requests, NO otherwise.
Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ senderUserID

- (NSUInteger) senderUserID
readwritenonatomicassign

Gets the requester's user ID.

Definition at line 230 of file MobileRTCAICQueryHelper.h.