Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKMeetingSmartSummaryControllerDelegate> Protocol Reference

#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.
 

Detailed Description

Definition at line 29 of file ZoomSDKMeetingSmartSummaryController.h.

Method Documentation

◆ 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:

- (void) onSmartSummaryPrivilegeRequested: (unsigned int) senderID
requestHandler: (ZoomSDKMeetingSmartSummaryPrivilegeHandler *) handler 

Callback event when a user requests the host to start smart summary.

Parameters
senderIDThe user who requests the host to start smart summary.
handlerThe 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
timeoutYES means the host doesn't handle the request until timeout.
declineYES 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
isStartYES means that the smart summary is started. NO means it has not.