Meeting SDK for macOS API Reference
|
Protocol to receive smart summary events during the meeting. More...
#include <ZoomSDKMeetingSmartSummaryController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onSmartSummaryStatusChanged: |
Callback event when smart summary status changes. | |
(void) | - onSmartSummaryPrivilegeRequested:requestHandler: |
Callback event when a user requests the host to start smart summary. | |
(void) | - onSmartSummaryStartReqResponse:isDecline: |
Callback event when the host handle the smart summary request. | |
(void) | - onEnableSmartSummary |
Callback event when the user needs to go to the web to enable the smart summary feature. The interface will only be triggered for Businessbiz accounts. And the smart summary feature will be enabled for the future meeting, but not enable the current meeting. If the user enables the setting in web. | |
Protocol to receive smart summary events during the meeting.
Definition at line 41 of file ZoomSDKMeetingSmartSummaryController.h.
- (void) onEnableSmartSummary |
Callback event when the user needs to go to the web to enable the smart summary feature. The interface will only be triggered for Businessbiz accounts. And the smart summary feature will be enabled for the future meeting, but not enable the current meeting. If the user enables the setting in web.
- (void) onSmartSummaryPrivilegeRequested: | (unsigned int) | senderID | |
requestHandler: | (ZoomSDKMeetingSmartSummaryPrivilegeHandler *) | handler |
Callback event when a user requests the host to start smart summary.
senderID | The user who requests the host to start smart summary. |
handler | The handler to handle the smart summary start request. |
- (void) onSmartSummaryStartReqResponse: | (BOOL) | timeout | |
isDecline: | (BOOL) | decline |
Callback event when the host handle the smart summary request.
timeout | YES means the host doesn't handle the request until timeout. |
decline | YES means the host declines the request, NO means the host agrees to the request. |
- (void) onSmartSummaryStatusChanged: | (BOOL) | isStart |
Callback event when smart summary status changes.
isStart | YES means that the smart summary is started. NO means it has not. |