Meeting SDK for macOS API 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< ZoomSDKMeetingSmartSummaryControllerDelegate > | delegate |
Definition at line 54 of file ZoomSDKMeetingSmartSummaryController.h.
- (ZoomSDKError) canEnableSmartSummaryFeature |
Whether the current user can enable the smart summary feature for the account.
References canEnableSmartSummaryFeature, canRequestEnableSmartSummaryFeature, canRequestStartSmartSummary, canStartSmartSummary, delegate, enableSmartSummaryFeature, isSmartSummaryEnabled, isSmartSummaryStarted, isSmartSummarySupported, requestEnableSmartSummaryFeature, requestStartSmartSummary, startSmartSummary, and stopSmartSummary.
Referenced by canEnableSmartSummaryFeature.
- (ZoomSDKError) canRequestEnableSmartSummaryFeature |
Whether the current user can request the admin to enable the smart summary feature for the account.
Referenced by canEnableSmartSummaryFeature.
- (ZoomSDKError) canRequestStartSmartSummary |
Whether the current user can request the host to start the smart summary for the current meeting.
Referenced by canEnableSmartSummaryFeature.
- (ZoomSDKError) canStartSmartSummary |
Whether the current user is able to start smart summary.
Referenced by canEnableSmartSummaryFeature.
- (ZoomSDKError) enableSmartSummaryFeature |
Enable the smart summary feature for the account.
Referenced by canEnableSmartSummaryFeature.
- (BOOL) isSmartSummaryEnabled |
Determine if the smart summary feature is enabled in the meeting.
Referenced by canEnableSmartSummaryFeature.
- (BOOL) isSmartSummaryStarted |
Query whether smart summary is started.
Referenced by canEnableSmartSummaryFeature.
- (BOOL) isSmartSummarySupported |
Determine if current meeting support smart summary feature.
Referenced by canEnableSmartSummaryFeature.
- (ZoomSDKError) requestEnableSmartSummaryFeature |
Request the admin to enable the smart summary feature for the account.
Referenced by canEnableSmartSummaryFeature.
- (ZoomSDKError) requestStartSmartSummary |
Request the host to start the smart summary for the current meeting.
Referenced by canEnableSmartSummaryFeature.
- (ZoomSDKError) startSmartSummary |
Start smart summary.
Referenced by canEnableSmartSummaryFeature.
- (ZoomSDKError) stopSmartSummary |
Stop smart summary.
Referenced by canEnableSmartSummaryFeature.
|
readwritenonatomicassign |
Definition at line 55 of file ZoomSDKMeetingSmartSummaryController.h.
Referenced by canEnableSmartSummaryFeature.