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

Handler to approve or continue enabling query request. More...

#include <MobileRTCAICQueryHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- continueApprove
 Continues the approve action.
 

Properties

NSUInteger senderUserID
 Gets the requester's user ID.
 

Detailed Description

Handler to approve or continue enabling query request.

Definition at line 148 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ continueApprove

- (MobileRTCSDKError) continueApprove

Continues the approve action.

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 152 of file MobileRTCAICQueryHelper.h.