Published April 21, 2023
Added
-
Interface to support call-out to CRC devices.
-
New interface in ZoomVideoSDKCRCHelper
boolean isCRCEnabled() int callCRCDevice(String address, ZoomVideoSDKCRCProtocol protocol) int cancelCallCRCDevice()
-
New enum in ZoomVideoSDKCRCHelper$ZoomVideoSDKCRCProtocol
ZoomVideoSDKCRCProtocol_H323, ZoomVideoSDKCRCProtocol_SIP,
-
New callback in ZoomVideoSDKDelegate
void onCallCRCDeviceStatusChanged(ZoomVideoSDKCRCCallStatus status)
-
New interface in ZoomVideoSDK
public abstract ZoomVideoSDKCRCHelper getCRCHelper()
-
-
Interface to specify color range when sending raw video data from device.
-
New enum in FrameDataFormat
FrameDataFormat_I420_LIMITED FrameDataFormat_I420_FULL
-
New interface in ZoomVideoSDKShareSender
int sendShareFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, FrameDataFormat format)
-
New interface in ZoomVideoSDKVideoSender
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, FrameDataFormat format)
-
Changed & Fixed
-
Remove the usage of Reflection.
-
Fixed issue with subscribing to 720p video.
-
Fixed issue previewing selected devices in
startVideoPreview
.
Deprecated
- Deprecated interfaces in
ZoomVideoSDKShareSender
:int sendShareFrame(ByteBuffer frameBuffer, int width, int height, int frameLength)
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation)