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
 Agree the start smart summary request.
 
(MobileRTCSDKError- decline
 Decline the start smart summary request.
 
(void) - ignore
 Ignore the start smart summary request.
 

Detailed Description

Interface to handle start smart summary request.

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

Method Documentation

◆ accept

- (MobileRTCSDKError) accept

Agree the start smart summary request.

Returns
If the function succeeds, the return value is MobileRTCSDKError_Success, otherwise the function fails.
Deprecated
Use MobileRTCAICompanionSmartSummaryHelper instead.

◆ decline

- (MobileRTCSDKError) decline

Decline the start smart summary request.

Returns
If the function succeeds, the return value is MobileRTCSDKError_Success, otherwise the function fails.
Deprecated
Use MobileRTCAICompanionSmartSummaryHelper instead.

◆ ignore

- (void) ignore

Ignore the start smart summary request.

Deprecated
Use MobileRTCAICompanionSmartSummaryHelper instead.