Mac SDK
Instance Methods | List of all members
ZoomSDKNormalVideoElement Class Reference
Inheritance diagram for ZoomSDKNormalVideoElement:
ZoomSDKVideoElement

Instance Methods

(ZoomSDKError) - subscribeVideo:
 Set whether to display user's video. More...
 
- Instance Methods inherited from ZoomSDKVideoElement
(id) - initWithFrame:
 Create object of video elements for each user. More...
 
(ZoomSDKError) - showVideo:
 Set whether to show video. More...
 
(VideoRenderElementType) - getElementType
 Get the type of the video render element: preview/active/normal. More...
 
(VideoRenderDataType) - getDataType
 Get data type of video render: avatar/video. More...
 
(NSView *) - getVideoView
 Get NSView object in the element.
More...
 
(ZoomSDKError) - resize:
 Resize the video view according to your requirements. More...
 

Additional Inherited Members

- Protected Attributes inherited from ZoomSDKVideoElement
VideoRenderElementType _elementType
 
VideoRenderDataType _dataType
 
unsigned int _userid
 
NSView * _videoView
 
NSRect _viewFrame
 
- Properties inherited from ZoomSDKVideoElement
unsigned int userid
 
NSView * videoView
 

Method Documentation

◆ subscribeVideo:

- (ZoomSDKError) subscribeVideo: (BOOL)  subscribe

Set whether to display user's video.

Parameters
subscribeYES means to display user's avatar or video, otherwise display a black background.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

The documentation for this class was generated from the following file: