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

Interface to handle start smart summary request. More...

#include <MobileRTCMeetingService+SmartSummary.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- accept
 Agrees to the start smart summary request.
 
(MobileRTCSDKError- decline
 Declines the start smart summary request.
 
(void) - ignore
 Ignores the start smart summary request.
 

Detailed Description

Interface to handle start smart summary request.

Definition at line 12 of file MobileRTCMeetingService+SmartSummary.h.

Method Documentation

◆ accept

- (MobileRTCSDKError) accept

Agrees to the start smart summary request.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.
Deprecated
Use MobileRTCAICompanionSmartSummaryHelper instead.

◆ decline

- (MobileRTCSDKError) decline

Declines the start smart summary request.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.
Deprecated
Use MobileRTCAICompanionSmartSummaryHelper instead.

◆ ignore

- (void) ignore

Ignores the start smart summary request.

Deprecated
Use MobileRTCAICompanionSmartSummaryHelper instead.