Meeting SDK for macOS API Reference
|
This class provides interfaces to manage and control the smart summary feature in meetings. More...
#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 |
Delegate to receive smart summary related events. | |
This class provides interfaces to manage and control the smart summary feature in meetings.
Definition at line 71 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 |
Delegate to receive smart summary related events.
Definition at line 75 of file ZoomSDKMeetingSmartSummaryController.h.
Referenced by canEnableSmartSummaryFeature.