Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDK.h File 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...
 

Detailed Description

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.

Enumeration Type Documentation

◆ ZoomSDKLocale

Enumerates of supported SDK locales.

Enumerator
ZoomSDKLocale_Def 

Default locale.

ZoomSDKLocale_CN 

Chinese locale.

Definition at line 30 of file ZoomSDK.h.

31{
ZoomSDKLocale
Enumerates of supported SDK locales.
Definition ZoomSDK.h:31
@ ZoomSDKLocale_Def
Definition ZoomSDK.h:33
@ ZoomSDKLocale_CN
Definition ZoomSDK.h:35