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 user ID of requester.
(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 47 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.

◆ getSenderUserID

- (NSUInteger) getSenderUserID

Gets the user ID of requester.

Returns
The user ID of requester.

References getSenderUserID.

Referenced by getSenderUserID.