Meeting SDK for macOS API Reference
|
Main interface header for the Zoom SDK on macOS. More...
import <ZoomSDK/ZoomSDKErrors.h>
import <ZoomSDK/ZoomSDKAuthService.h>
import <ZoomSDK/ZoomSDKMeetingService.h>
import <ZoomSDK/ZoomSDKSettingService.h>
import <ZoomSDK/ZoomSDKPremeetingService.h>
import <ZoomSDK/ZoomSDKNetworkService.h>
import <ZoomSDK/ZoomSDKVideoContainer.h>
import <ZoomSDK/ZoomSDKShareContainer.h>
import <ZoomSDK/ZoomSDKRawDataVideoSourceController.h>
import <ZoomSDK/ZoomSDKRawDataController.h>
import <ZoomSDK/ZoomSDKRawDataShareSourceController.h>
import <ZoomSDK/ZoomSDKRawDataAudioSourceController.h>
import <ZoomSDK/ZoomSDKReminderController.h>
import <ZoomSDK/ZoomSDKMeetingSmartSummaryController.h>
Go to the source code of this file.
Data Structures | |
class | ZoomSDKInitParams |
The configuration object used to initialize the Zoom SDK. More... | |
class | ZoomSDK |
Singleton class to access and manage all major Zoom SDK services. More... | |
Enumerations | |
enum | ZoomSDKLocale { ZoomSDKLocale_Def = 0 , ZoomSDKLocale_CN = 1 } |
Enumerates of supported SDK locales. More... | |
Main interface header for the Zoom SDK on macOS.
This header aggregates all major components and services provided by the Zoom SDK, including authentication, meeting management, settings, network handling, and raw data access. Use this header to initialize and interact with the Zoom SDK.
Definition in file ZoomSDK.h.
enum ZoomSDKLocale |
Enumerates of supported SDK locales.
Enumerator | |
---|---|
ZoomSDKLocale_Def | Default locale. |
ZoomSDKLocale_CN | Chinese locale. |