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
 Get the user ID of requester.
 
(MobileRTCSDKError- approve
 Approve request.
 
(MobileRTCSDKError- decline
 Decline 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

Approve request.

Returns
If the function succeeds, the return value is MobileRTCSDKError_Success. Otherwise the function fails.

◆ decline

- (MobileRTCSDKError) decline

Decline request.

Returns
If the function succeeds, the return value is MobileRTCSDKError_Success. Otherwise the function fails.

◆ getSenderUserID

- (NSUInteger) getSenderUserID

Get the user ID of requester.

Returns
The user ID of requester.