Meeting SDK for macOS API Reference
|
Interfaces for managing video render elements for customized UI in Zoom SDK. More...
import <Foundation/Foundation.h>
import <ZoomSDK/ZoomSDKErrors.h>
Go to the source code of this file.
Data Structures | |
class | ZoomSDKVideoElement |
Interface for video element rendering in custom UI. More... | |
class | ZoomSDKPreViewVideoElement |
Subclass of ZoomSDKVideoElement for preview video. More... | |
class | ZoomSDKActiveVideoElement |
Subclass of ZoomSDKVideoElement for active speaker video. More... | |
class | ZoomSDKNormalVideoElement |
Subclass of ZoomSDKVideoElement for normal participant video. More... | |
protocol | <ZoomSDKVideoContainerDelegate> |
Protocol for receiving callbacks from video container. More... | |
class | ZoomSDKVideoContainer |
Container class to manage multiple video elements. More... | |
Interfaces for managing video render elements for customized UI in Zoom SDK.
Definition in file ZoomSDKVideoContainer.h.