1659056312914
Set data center region in JWT payload
by Yves
New optional field in JWT payload to allow setting the data center region preference for the session. Specify the data center location used by the participant, separated by commas. Valid geo regions: US,AU,CA,IN,CN,BR,MX,HK,SG,JP,DE,NL1658854800000
VideoSDK-Windows v1.3.3
by Chasity
Added New interface to support new live transcription and transcription features. New enums: typedef enum
{
ZoomVideoSDKLiveTranscription_Status_Stop = 0,//not start
ZoomVideoSDKLiveTranscription_Status_Start = 1, 1658854440000
VideoSDK-iOS v1.3.3
by Chasity
Added New interfaces to test audio before joining a session in ZoomVideoSDKTestAudioDeviceHelper.h- (ZoomVideoSDKError)startMicTestRecording;
- (ZoomVideoSDKError)stopMicTestRecording;
- (ZoomVideoSDKError)playMicTestRecording;
-1658854320000
VideoSDK-Android v1.3.3
by Chasity
Added New interface to test audio before joining a session. New interface in ZoomVideoSDK public abstract ZoomVideoSDKTestAudioDeviceHelper getTestAudioDeviceHelper(); New error codes in ZoomVideoSDKErrors int Errors_Permission_RECORD_AUDIO1658853900000
Meeting SDK - Windows v5.11.4.7235
by Chasity
Added New interfaces to add the ability to send screen sharing raw data. New interface in zoom_rasdata_api.h SDK_API IZoomSDKShareSourceHelper* GetRawdataShareSourceHelper(); New classes in rawdata_share_source_helper_interface.h class1658183400000
Phone API - July 18, 2022
by Ji Won Lee
New Auto Receptionists DELETE /v2/phone/auto_receptionists/{autoReceptionistId} GET /v2/phone/auto_receptionists/{autoReceptionistId} Shared Line Appearance GET /v2/phone/shared_line_appearances Reboot a deskphone in Devices POST1656627107504
Video SDK - Windows v1.3.2
by Yves
Added New interfaces to support sharing computer sound New interfaces in IZoomVideoSDKShareHelper: virtual ZoomVideoSDKErrors startShareComputerAudio() = 0; New interfaces in IZoomVideoSDKRawDataPipe: virtual ZoomVideoSDKErrors1656626894142
Video SDK - iOS v1.3.2
by Yves
Changed & Fixed Fixed issues that caused memory leaks. Replace the term "Meeting" with "Session" in Video SDK error codes. Errors_Meeting_Phone_Error--> Errors_Session_Phone_Error Errors_meeting_Share_Error--> Errors_Session_Share_Error1656626786954
Video SDK - Android v1.3.2
by Yves
Changed Replace the term "Meeting" with "Session" in ZoomVideoSDKErrors.