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()
Get the raw data data type.
int subscribe(ZoomVideoSDKVideoResolution resolution, ZoomVideoSDKRawDataPipeDelegate dataDelegate)
Subscribe video raw data with a callback.
String getVideoDeviceName()
Get video device name.
ZoomVideoSDKShareStatus getShareStatus()
Get share status.
int unSubscribe(ZoomVideoSDKRawDataPipeDelegate dataDelegate)
UnSubscribe video raw data with the subscribed callback.
ZoomVideoSDKVideoStatus getVideoStatus()
Get video status.
ZoomVideoSDKVideoStatus provides information on the user's video device (the detected compatible vide...