Video SDK for MacOS API Reference
|
Main header file for the Zoom Video SDK. More...
import <Foundation/Foundation.h>
import <ZMVideoSDK/ZMVideoSDKDelegate.h>
import <ZMVideoSDK/ZMVideoSDKAudioHelper.h>
import <ZMVideoSDK/ZMVideoSDKVideoHelper.h>
import <ZMVideoSDK/ZMVideoSDKUserHelper.h>
import <ZMVideoSDK/ZMVideoSDKShareHelper.h>
import <ZMVideoSDK/ZMVideoSDKLiveStreamHelper.h>
import <ZMVideoSDK/ZMVideoSDKChatHelper.h>
import <ZMVideoSDK/ZMVideoSDKSession.h>
import <ZMVideoSDK/ZMVideoSDKVideoSourceHelper.h>
import <ZMVideoSDK/ZMVideoSDKAudioSendRawdata.h>
import <ZMVideoSDK/ZMVideoSDKChatMessage.h>
import <ZMVideoSDK/ZMVideoSDKPasswordHandler.h>
import <ZMVideoSDK/ZMVideoSDKRecordingHelper.h>
import <ZMVideoSDK/ZMVideoSDKPhoneHelper.h>
import <ZMVideoSDK/ZMVideoSDKCmdChannel.h>
import <ZMVideoSDK/ZMVideoSDKAudioSettingHelper.h>
import <ZMVideoSDK/ZMVideoSDKNetworkConnectionHelper.h>
import <ZMVideoSDK/ZMVideoSDKRecordingConsentHandler.h>
import <ZMVideoSDK/ZMVideoSDKVideoSettingHelper.h>
import <ZMVideoSDK/ZMVideoSDKShareSettingHelper.h>
import <ZMVideoSDK/ZMVideoSDKVideoCanvas.h>
import <ZMVideoSDK/ZMVideoSDKCRCHelper.h>
import <ZMVideoSDK/ZMVideoSDKAnnotationHelper.h>
import <ZMVideoSDK/ZMVideoSDKLiveTranscriptionHelper.h>
import <ZMVideoSDK/ZMVideoSDKSubSessionHelper.h>
Go to the source code of this file.
Data Structures | |
class | ZMVideoSDKInitParams |
Initialization parameters for Zoom Video SDK. More... | |
class | ZMVideoSDKExtendParams |
Extended configuration parameters for Zoom Video SDK. More... | |
class | ZMVideoSDKVideoOption |
Video configuration options for joining a session. More... | |
class | ZMVideoSDKAudioOption |
Audio configuration options for joining a session. More... | |
class | ZMVideoSDKSessionContext |
Session context information for a Zoom Video SDK session. More... | |
class | ZMVideoSDK |
Zoom Video SDK API manager. Main singleton object that controls the video session creation, event callbacks and other main features of video SDK. More... | |
Main header file for the Zoom Video SDK.
This file provides the core interfaces for initializing the SDK, managing video sessions, handling audio/video/chat, and accessing helper components.
Definition in file ZMVideoSDK.h.