Video SDK - Android v1.3.1
1654029460272
Video SDK - Android
Added
New Enum to support receiving 1080p video, only available for Oculus devices.
New enum in
ZoomVideoSDKVideoResolution
VideoResolution_1080P(4)
New interface in
ZoomVideoSDKInitParams
public boolean enableFullHD = false;
New error codes in
ZoomVideoSDKErrors
int Errors_No_Impl = RTCErrors.RTCErrors_No_Impl; int Errors_Dont_Support_Feature = RTCErrors.RTCErrors_Dont_Support_Feature; int Errors_Call_Too_Frequently = RTCErrors.RTCErrors_Call_Too_Frequently; int Errors_Session_Phone_Error = RTCErrors.RTCErrors_Meeting_Phone_Error; int Errors_Dont_Support_Multi_Stream_Video_User = RTCErrors.RTCErrors_Dont_Support_Multi_Stream_Video_User; int Errors_Fail_Assign_User_Privilege = RTCErrors.RTCErrors_Fail_Assign_User_Privilege; int Errors_No_Recording_In_Process = RTCErrors.RTCErrors_No_Recording_In_Process; int Errors_RAWDATA_PREPROCESS_RAWDATA_ERROR = SDKRawDataError.SDKRawDataError_PREPROCESS_RAWDATA_ERROR;
New interfaces to allow access to video preview outside of a session
New interfaces in
ZoomVideoSDKVideoHelper
int startVideoPreview(ZoomVideoSDKRawDataPipeDelegate delegate) int stopVideoPreview(ZoomVideoSDKRawDataPipeDelegate delegate) int startVideoCanvasPreview(ZoomVideoSDKVideoView videoView) int stopVideoCanvasPreview(ZoomVideoSDKVideoView videoView)
New interface and callback to support multi camera user
New callback in
ZoomVideoSDKDelegate
void onMultiCameraStreamStatusChanged(ZoomVideoSDKMultiCameraStreamStatus status, ZoomVideoSDKUser user, ZoomVideoSDKRawDataPipe videoPipe) void onMultiCameraStreamStatusChanged(ZoomVideoSDKMultiCameraStreamStatus status, ZoomVideoSDKUser user, ZoomVideoSDKVideoCanvas canvas)
New enums in
ZoomVideoSDKMultiCameraStreamStatus
Status_Joined Status_Left
New interfaces in
ZoomVideoSDKRawDataPipe
ZoomVideoSDKRawDataType getRawdataType() ZoomVideoSDKVideoStatus getVideoStatus() ZoomVideoSDKShareStatus getShareStatus()
New enums in
ZoomVideoSDKRawDataType
RAW_DATA_TYPE_VIDEO RAW_DATA_TYPE_SHARE
New interfaces in
ZoomVideoSDKVideoCanvas
ZoomVideoSDKRawDataType getCanvasType() ZoomVideoSDKVideoStatus getVideoStatus() ZoomVideoSDKShareStatus getShareStatus()
New interfaces in
ZoomVideoSDKUser
public List<ZoomVideoSDKRawDataPipe> getMultiCameraStreamList() public List<ZoomVideoSDKVideoCanvas> getMultiCameraCanvasList()
Deprecated
Deprecated interface in
ZoomVideoSDKUser
public ZoomVideoSDKVideoStatus getVideoStatus() public ZoomVideoSDKShareStatus getShareStatus()
Did you like this update?