Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKStartSmartSummaryHandler Class Reference

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

#include <ZoomSDKAICompanionSmartSummaryHelper.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- startSmartSummary
 Starts meeting summary.
(BOOL) - isForRequest
 Determines if this handler for request enable smart summary.

Detailed Description

Handler to start smart summary feature or handle start requests.

Definition at line 31 of file ZoomSDKAICompanionSmartSummaryHelper.h.

Method Documentation

◆ isForRequest

- (BOOL) isForRequest

Determines if this handler for request enable smart summary.

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

References isForRequest.

Referenced by isForRequest.

◆ startSmartSummary

- (ZoomSDKError) startSmartSummary

Starts meeting summary.

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

References startSmartSummary.

Referenced by startSmartSummary.