Published July 26, 2023
Breaking Changes
- class
ZoomVideoSDKAudioRawData
modified to
interfaceZoomVideoSDKAudioRawData
- class
ZoomVideoSDKAudioRawDataSender
modified to
interfaceZoomVideoSDKAudioRawDataSender
- class
ZoomVideoSDKAudioStatus
modified to
interfaceZoomVideoSDKAudioStatus
- class
ZoomVideoSDKCameraDevice
modified to
interfaceZoomVideoSDKCameraDevice
- class
ZoomVideoSDKCameraDevice
modified to
interfaceZoomVideoSDKCameraDevice
- class
ZoomVideoSDKPreProcessRawData
modified to
interfaceZoomVideoSDKPreProcessRawData
- class
ZoomVideoSDKSessionASVStatisticInfo
modified to
interfaceZoomVideoSDKSessionASVStatisticInfo
- class
ZoomVideoSDKSessionAudioStatisticInfo
modified to
interfaceZoomVideoSDKSessionAudioStatisticInfo
- class
ZoomVideoSDKShareStatisticInfo
modified to
interfaceZoomVideoSDKShareStatisticInfo
- class
ZoomVideoSDKUser
modified to
interfaceZoomVideoSDKUser
- class
ZoomVideoSDKVideoCapability
modified to
interfaceZoomVideoSDKVideoCapability
- class
ZoomVideoSDKVideoRawData
modified to
interfaceZoomVideoSDKVideoRawData
- class
ZoomVideoSDKVideoStatisticInfo
modified to
interfaceZoomVideoSDKVideoStatisticInfo
- class
ZoomVideoSDKVideoStatus
modified to
interfaceZoomVideoSDKVideoStatus
Added
-
Interface to support query current select device.
-
New interface in
ZoomVideoSDKCameraDevice
.boolean isSelectedDevice();
-
-
Interface to get video device name.
-
New interface in
ZoomVideoSDKRawDataPipe
.String getVideoDeviceName();
-
Changed & Fixed
-
Fixed an issue where
onVideoCanvasSubscribeFail
callback was not triggered when video subscription failed. -
Modified interface in
ZoomVideoSDKVideoSubscribeFailReason
ZoomVideoSDKSubscribeFailReason_None
ZoomVideoSDKSubscribe_Fail_HasSubscribe1080POr720P
->ZoomVideoSDKSubscribeFailReason_NotSupport1080P
ZoomVideoSDKSubscribe_Fail_HasSubscribeTwo720P
->ZoomVideoSDKSubscribeFailReason_HasSubscribeShare
ZoomVideoSDKSubscribe_Fail_HasSubscribeExceededLimit
->ZoomVideoSDKSubscribeFailReason_HasSubscribeExceededLimit
ZoomVideoSDKSubscribe_Fail_HasSubscribeTwoShare
->ZoomVideoSDKSubscribeFailReason_HasSubscribe1080POr720P
ZoomVideoSDKSubscribe_Fail_HasSubscribeVideo1080POr720PAndOneShare
->ZoomVideoSDKSubscribeFailReason_HasSubscribeOneShare
-
Fixed an issue where co-host could not unlock share when the host locked share.
-
Fixed an issue where
onError
callback was not invoked when joining with an unsupported version. -
Fixed an issue where audio was not enabled when joining a session.