#include <ZoomSDKMeetingSmartSummaryController.h>
Inherits <NSObjectNSObject>.
◆ onEnableSmartSummary
- (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.
◆ onSmartSummaryPrivilegeRequested:requestHandler:
Callback event when a user requests the host to start smart summary.
- Parameters
-
senderID | The user who requests the host to start smart summary. |
handler | The handler to handle the smart summary start request. |
◆ onSmartSummaryStartReqResponse:isDecline:
- (void) onSmartSummaryStartReqResponse: |
|
(BOOL) | timeout |
isDecline: |
|
(BOOL) | decline |
Callback event when the host handle the smart summary request.
- Parameters
-
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. |
◆ onSmartSummaryStatusChanged:
- (void) onSmartSummaryStatusChanged: |
|
(BOOL) | isStart |
|
Callback event when smart summary status changes.
- Parameters
-
isStart | YES means that the smart summary is started. NO means it has not. |