Enumeration of raw data types.
Enumerates the status of sharing.
Enumeration of video resolution options.
Interface for user to subscribe/unSubscribe video raw data. ZoomVideoSDKUser#getVideoPipe().
ZoomVideoSDKRawDataType getRawdataType()
Gets the raw data type.
int subscribe(ZoomVideoSDKVideoResolution resolution, ZoomVideoSDKRawDataPipeDelegate dataDelegate)
Subscribes to video raw data with a callback.
String getVideoDeviceName()
Gets the video device name.
ZoomVideoSDKShareStatus getShareStatus()
Gets the share status.
int unSubscribe(ZoomVideoSDKRawDataPipeDelegate dataDelegate)
Unsubscribes from video raw data with the subscribed callback.
ZoomVideoSDKVideoStatus getVideoStatus()
Gets the video status.
ZoomVideoSDKVideoStatus provides information on the user's video device (the detected compatible vide...