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
 Starts meeting summary.
(BOOL) - isForRequest
 Determines 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

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

Returns
YES if this handler is for requesting to start smart summary. Otherwise, NO.

References isForRequest.

Referenced by isForRequest.

◆ startSmartSummary

- (MobileRTCSDKError) startSmartSummary

Starts meeting summary.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.

References startSmartSummary.

Referenced by startSmartSummary.