|
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 |
| Determines if current meeting support smart summary feature. | |
| (BOOL) | - isSmartSummaryEnabled |
| Determines 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 |
| Enables the smart summary feature for the account. | |
| (ZoomSDKError) | - canStartSmartSummary |
| Whether the current user is able to start smart summary. | |
| (ZoomSDKError) | - startSmartSummary |
| Starts smart summary. | |
| (ZoomSDKError) | - stopSmartSummary |
| Stops 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.
Referenced by canEnableSmartSummaryFeature.
| - (ZoomSDKError) canRequestEnableSmartSummaryFeature |
Whether the current user can request the admin to enable the smart summary feature for the account.
References canRequestEnableSmartSummaryFeature.
Referenced by canRequestEnableSmartSummaryFeature.
| - (ZoomSDKError) canRequestStartSmartSummary |
Whether the current user can request the host to start the smart summary for the current meeting.
References canRequestStartSmartSummary.
Referenced by canRequestStartSmartSummary.
| - (ZoomSDKError) canStartSmartSummary |
Whether the current user is able to start smart summary.
References canStartSmartSummary.
Referenced by canStartSmartSummary.
| - (ZoomSDKError) enableSmartSummaryFeature |
Enables the smart summary feature for the account.
References enableSmartSummaryFeature.
Referenced by enableSmartSummaryFeature.
| - (BOOL) isSmartSummaryEnabled |
Determines if the smart summary feature is enabled in the meeting.
References isSmartSummaryEnabled.
Referenced by isSmartSummaryEnabled.
| - (BOOL) isSmartSummaryStarted |
Query whether smart summary is started.
References isSmartSummaryStarted.
Referenced by isSmartSummaryStarted.
| - (BOOL) isSmartSummarySupported |
Determines if current meeting support smart summary feature.
References isSmartSummarySupported.
Referenced by isSmartSummarySupported.
| - (ZoomSDKError) requestEnableSmartSummaryFeature |
Request the admin to enable the smart summary feature for the account.
References requestEnableSmartSummaryFeature.
Referenced by requestEnableSmartSummaryFeature.
| - (ZoomSDKError) requestStartSmartSummary |
Request the host to start the smart summary for the current meeting.
References requestStartSmartSummary.
Referenced by requestStartSmartSummary.
| - (ZoomSDKError) startSmartSummary |
Starts smart summary.
References startSmartSummary.
Referenced by startSmartSummary.
| - (ZoomSDKError) stopSmartSummary |
Stops smart summary.
References stopSmartSummary.
Referenced by stopSmartSummary.
|
readwritenonatomicassign |
Delegate to receive smart summary related events.
Definition at line 75 of file ZoomSDKMeetingSmartSummaryController.h.