Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingSmartSummaryController.h
Go to the documentation of this file.
1
11#import <Foundation/Foundation.h>
12#import <ZoomSDK/ZoomSDKErrors.h>
13
14NS_ASSUME_NONNULL_BEGIN
35@end
36
41@protocol ZoomSDKMeetingSmartSummaryControllerDelegate <NSObject>
46- (void)onSmartSummaryStatusChanged:(BOOL)isStart;
52- (void)onSmartSummaryPrivilegeRequested:(unsigned int)senderID requestHandler:(ZoomSDKMeetingSmartSummaryPrivilegeHandler*)handler;
58- (void)onSmartSummaryStartReqResponse:(BOOL)timeout isDecline:(BOOL)decline;
62- (void)onEnableSmartSummary;
63
64@end
65
66
75@property(nonatomic,assign,nullable) id<ZoomSDKMeetingSmartSummaryControllerDelegate> delegate;
136@end
137
138NS_ASSUME_NONNULL_END
ZoomSDKError
Enumeration of common errors of SDK.
This class provides interfaces to manage and control the smart summary feature in meetings.
ZoomSDKError requestEnableSmartSummaryFeature()
Request the admin to enable the smart summary feature for the account.
BOOL isSmartSummaryStarted()
Query whether smart summary is started.
ZoomSDKError stopSmartSummary()
Stop smart summary.
ZoomSDKError requestStartSmartSummary()
Request the host to start the smart summary for the current 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.
BOOL isSmartSummarySupported()
Determine if current meeting support smart summary feature.
ZoomSDKError canRequestStartSmartSummary()
Whether the current user can request the host to start the smart summary for the current meeting.
ZoomSDKError canRequestEnableSmartSummaryFeature()
Whether the current user can request the admin to enable the smart summary feature for the account.
ZoomSDKError canStartSmartSummary()
Whether the current user is able to start smart summary.
id< ZoomSDKMeetingSmartSummaryControllerDelegate > delegate
Delegate to receive smart summary related events.
ZoomSDKError startSmartSummary()
Start smart summary.
BOOL isSmartSummaryEnabled()
Determine if the smart summary feature is enabled in the meeting.
Handler class to process smart summary start requests.
ZoomSDKError decline()
Decline the start smart summary request.
ZoomSDKError ignore()
Ignore the start smart summary request.
ZoomSDKError accept()
Agree to the start smart summary request.