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

Handler to approve or decline requests to start smart summary. More...

#include <MobileRTCAICSmartSummaryHelper.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Handler to approve or decline requests to start smart summary.

Definition at line 48 of file MobileRTCAICSmartSummaryHelper.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's display name. Returns an empty string if unavailable.

References getRequestUserName.

Referenced by getRequestUserName.

◆ getSenderUserID

- (NSUInteger) getSenderUserID

Gets the requester's user ID.

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

References getSenderUserID.

Referenced by getSenderUserID.