3import android.graphics.Bitmap;
Zoom Video SDK video canvas view.
Enumeration of the zoom render type.
Enumerates the status of sharing.
Enumeration of the video aspect ratio.
Enumeration of video resolution options.
Interface for subscribing or unsubscribing to a specific user's video or share canvas....
ZoomVideoSDKShareStatus getShareStatus()
Gets the share status.
int unSubscribe(ZoomVideoSDKVideoView viewView)
Unsubscribes from the user's video or share view. For the current user's video preview,...
Bitmap takeSnapshot(ZoomVideoSDKVideoView viewView)
Captures a snapshot of the current video frame from the specified video view and returns it as a Bitm...
ZoomVideoSDKVideoStatus getVideoStatus()
Gets the video status.
ZoomVideoSDKCanvasType getCanvasType()
Gets the canvas type.
int setResolution(ZoomVideoSDKVideoView viewView, ZoomVideoSDKVideoResolution resolution)
Sets the resolution for the user video. Once you specify the value, the resolution will not change ev...
int subscribe(ZoomVideoSDKVideoView viewView, ZoomVideoSDKVideoAspect aspect, ZoomVideoSDKVideoResolution resolution)
Subscribes to the user's video or share view. For the current user's video preview,...
int subscribe(ZoomVideoSDKVideoView viewView, ZoomVideoSDKVideoAspect aspect)
Subscribes to the user's video or share view. For the current user's video preview,...
int setAspectMode(ZoomVideoSDKVideoView viewView, ZoomVideoSDKVideoAspect aspect)
Sets the render video or share aspect.
ZoomVideoSDKVideoStatus provides information on the user's video device (the detected compatible vide...