|
Meeting SDK for macOS API Reference
|
Define parameter structures for joining and starting Zoom meetings using the Zoom SDK. 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>import <ZoomSDK/ZoomSDKH323Helper.h>import <ZoomSDK/ZoomSDKPhoneHelper.h>import <ZoomSDK/ZoomSDKWaitingRoomController.h>import <ZoomSDK/ZoomSDKMeetingUIController.h>import <ZoomSDK/ZoomSDKMeetingConfiguration.h>import <ZoomSDK/ZoomSDKASController.h>import <ZoomSDK/ZoomSDKMeetingActionController.h>import <ZoomSDK/ZoomSDKLiveStreamHelper.h>import <ZoomSDK/ZoomSDKVideoContainer.h>import <ZoomSDK/ZoomSDKMeetingRecordController.h>import <ZoomSDK/ZoomSDKWebinarController.h>import <ZoomSDK/ZoomSDKCloseCaptionController.h>import <ZoomSDK/ZoomSDKRealNameAuthenticationController.h>import <ZoomSDK/ZoomSDKQAController.h>import <ZoomSDK/ZoomSDKNewBreakoutRoomController.h>import <ZoomSDK/ZoomSDKInterpretationController.h>import <ZoomSDK/ZoomSDKReactionController.h>import <ZoomSDK/ZoomSDKAppSignalController.h>import <ZoomSDK/ZoomSDKRawArchivingController.h>import <ZoomSDK/ZoomSDKSignInterpretationController.h>import <ZoomSDK/ZoomSDKCustomImmersiveController.h>import <ZoomSDK/ZoomSDKMeetingChatController.h>import <ZoomSDK/ZoomSDKMeetingWhiteboardController.h>import <ZoomSDK/ZoomSDKMeetingEncryptionController.h>import <ZoomSDK/ZoomSDKPollingController.h>import <ZoomSDK/ZoomSDKMeetingRemoteSupportController.h>import <ZoomSDK/ZoomSDKMeetingAICompanionController.h>import <ZoomSDK/ZoomSDKCameraControlHelper.h>import <ZoomSDK/ZoomSDKMeetingIndicatorController.h>import <ZoomSDK/ZoomSDKMeetingProductionStudioController.h>import <ZoomSDK/ZoomSDKMeetingDocsController.h>import <ZoomSDK/ZoomSDKTalkbackController.h>Go to the source code of this file.
Data Structures | |
| class | ZoomSDKMeetingParameter |
| Meeting parameter information. More... | |
| class | ZoomSDKStartMeetingElements |
| Meeting start options when using SDK credentials (no ZAK). More... | |
| class | ZoomSDKStartMeetingUseZakElements |
| Meeting start options using ZAK (Zoom Access Key). More... | |
| class | ZoomSDKJoinMeetingElements |
| Meeting join options. More... | |
| class | ZoomSDKMeetingInputUserInfoHandler |
| Interface for handling user input when joining a meeting. More... | |
| class | ZoomSDKMeetingArchiveConfirmHandler |
| The interface for the user to confirm whether start archiving after joining the meeting. More... | |
| class | ZoomSDKRecoverMeetingHandler |
| The interface for host user to handle recover meeting or not when start a deleted or expired meeting. More... | |
| class | ZoomSDKMeetingAppsignalHandler |
| Handler for app signal panel in meeting. More... | |
| protocol | <ZoomSDKMeetingServiceDelegate> |
| Protocol for receiving Zoom meeting events and status changes. More... | |
| class | ZoomSDKMeetingService |
| It is an implementation for client to start or join a Meeting. More... | |
Define parameter structures for joining and starting Zoom meetings using the Zoom SDK. 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.
Definition in file ZoomSDKMeetingService.h.