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

Handler to start smart summary feature or handle start requests. More...

#include <MobileRTCAICSmartSummaryHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- startSmartSummary
 Start meeting summary.
 
(BOOL) - isForRequest
 Determine if this handler is for requesting to start the smart summary.
 

Detailed Description

Handler to start smart summary feature or handle start requests.

Definition at line 14 of file MobileRTCAICSmartSummaryHelper.h.

Method Documentation

◆ isForRequest

- (BOOL) isForRequest

Determine if this handler is for requesting to start the smart summary.

Returns
YES means this handler is for request start smart summary. Otherwise not.

◆ startSmartSummary

- (MobileRTCSDKError) startSmartSummary

Start meeting summary.

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