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

(NSString *) - getRequestUserName
 Gets the requester's display name.
(MobileRTCSDKError- approve
 Approves the request.
(MobileRTCSDKError- decline
 Declines the request.

Properties

NSUInteger senderUserID
 Gets the requester's user ID.

Detailed Description

Handler to start the meeting query feature.

Definition at line 166 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.

References approve.

Referenced by approve.

◆ decline

- (MobileRTCSDKError) decline

Declines the request.

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

References decline.

Referenced by decline.

◆ getRequestUserName

- (NSString *) getRequestUserName

Gets the requester's display name.

Returns
The requester display name. Returns an empty string if unavailable.

References getRequestUserName.

Referenced by getRequestUserName.

Property Documentation

◆ senderUserID

- (NSUInteger) senderUserID
readnonatomicassign

Gets the requester's user ID.

Returns
The requester user ID. It may return 0 in cross-instance callback cases.

Definition at line 171 of file MobileRTCAICQueryHelper.h.