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

#include <ZoomSDKMeetingSmartSummaryController.h>

Inherits NSObject.

Instance Methods

(BOOL) - isSmartSummarySupported
 Determine if current meeting support smart summary feature.
 
(BOOL) - isSmartSummaryEnabled
 Determine if the smart summary feature is enabled in the meeting.
 
(ZoomSDKError- canEnableSmartSummaryFeature
 Whether the current user can enable the smart summary feature for the account.
 
(ZoomSDKError- enableSmartSummaryFeature
 Enable the smart summary feature for the account.
 
(ZoomSDKError- canStartSmartSummary
 Whether the current user is able to start smart summary.
 
(ZoomSDKError- startSmartSummary
 Start smart summary.
 
(ZoomSDKError- stopSmartSummary
 Stop smart summary.
 
(BOOL) - isSmartSummaryStarted
 Query whether smart summary is started.
 
(ZoomSDKError- canRequestEnableSmartSummaryFeature
 Whether the current user can request the admin to enable the smart summary feature for the account.
 
(ZoomSDKError- requestEnableSmartSummaryFeature
 Request the admin to enable the smart summary feature for the account.
 
(ZoomSDKError- canRequestStartSmartSummary
 Whether the current user can request the host to start the smart summary for the current meeting.
 
(ZoomSDKError- requestStartSmartSummary
 Request the host to start the smart summary for the current meeting.
 

Properties

id< ZoomSDKMeetingSmartSummaryControllerDelegatedelegate
 

Detailed Description

Definition at line 54 of file ZoomSDKMeetingSmartSummaryController.h.

Method Documentation

◆ canEnableSmartSummaryFeature

- (ZoomSDKError) canEnableSmartSummaryFeature

◆ canRequestEnableSmartSummaryFeature

- (ZoomSDKError) canRequestEnableSmartSummaryFeature

Whether the current user can request the admin to enable the smart summary feature for the account.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Referenced by canEnableSmartSummaryFeature.

◆ canRequestStartSmartSummary

- (ZoomSDKError) canRequestStartSmartSummary

Whether the current user can request the host to start the smart summary for the current meeting.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Referenced by canEnableSmartSummaryFeature.

◆ canStartSmartSummary

- (ZoomSDKError) canStartSmartSummary

Whether the current user is able to start smart summary.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Referenced by canEnableSmartSummaryFeature.

◆ enableSmartSummaryFeature

- (ZoomSDKError) enableSmartSummaryFeature

Enable the smart summary feature for the account.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Referenced by canEnableSmartSummaryFeature.

◆ isSmartSummaryEnabled

- (BOOL) isSmartSummaryEnabled

Determine if the smart summary feature is enabled in the meeting.

Returns
YES means that the smart summary feature is enabled.

Referenced by canEnableSmartSummaryFeature.

◆ isSmartSummaryStarted

- (BOOL) isSmartSummaryStarted

Query whether smart summary is started.

Returns
YES means smart summary is started, NO means it has not.

Referenced by canEnableSmartSummaryFeature.

◆ isSmartSummarySupported

- (BOOL) isSmartSummarySupported

Determine if current meeting support smart summary feature.

Returns
YES means the current meeting supports the smart summary feature. NO means the feature is not supported.

Referenced by canEnableSmartSummaryFeature.

◆ requestEnableSmartSummaryFeature

- (ZoomSDKError) requestEnableSmartSummaryFeature

Request the admin to enable the smart summary feature for the account.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Referenced by canEnableSmartSummaryFeature.

◆ requestStartSmartSummary

- (ZoomSDKError) requestStartSmartSummary

Request the host to start the smart summary for the current meeting.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Referenced by canEnableSmartSummaryFeature.

◆ startSmartSummary

- (ZoomSDKError) startSmartSummary

Start smart summary.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Referenced by canEnableSmartSummaryFeature.

◆ stopSmartSummary

- (ZoomSDKError) stopSmartSummary

Stop smart summary.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

Referenced by canEnableSmartSummaryFeature.

Property Documentation

◆ delegate

- (id<ZoomSDKMeetingSmartSummaryControllerDelegate>) delegate
readwritenonatomicassign

Definition at line 55 of file ZoomSDKMeetingSmartSummaryController.h.

Referenced by canEnableSmartSummaryFeature.