|
Meeting SDK for macOS API Reference
|
Interfaces for controlling and managing the Smart Summary feature in Zoom meetings. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility. More...
import <Foundation/Foundation.h>import <ZoomSDK/ZoomSDKErrors.h>Go to the source code of this file.
Data Structures | |
| class | ZoomSDKMeetingSmartSummaryPrivilegeHandler |
| Handler class to process smart summary start requests. More... | |
| protocol | <ZoomSDKMeetingSmartSummaryControllerDelegate> |
| Protocol to receive smart summary events during the meeting. More... | |
| class | ZoomSDKMeetingSmartSummaryController |
| This class provides interfaces to manage and control the smart summary feature in meetings. More... | |
Interfaces for controlling and managing the Smart Summary feature in Zoom meetings. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility.
This header file declares the ZoomSDKMeetingSmartSummaryController class and related protocols and handler classes. It provides APIs to check, enable, start, stop, and request the Smart Summary feature during a meeting.
The Smart Summary feature allows meeting hosts or participants to generate an AI-based summary of the meeting content.
Definition in file ZoomSDKMeetingSmartSummaryController.h.