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, 1658183700000
Quality of Service Subscription (QSS) - July 18, 2022
by Yves
Initial release of Quality of Service Subscription QSS real-time events: meeting.participant_qos webinar.participant_qos meeting.participant_data webinar.participant_data meeting.participant_data_summary webinar.participant_data_summary1656627107504
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 ZoomVideoSDKErrors1654030161190
Video SDK - Windows v1.3.1
by Yves Grant
Added New interfaces and callback to support up to 3 multiple cameras. New interfaces in IZoomVideoSDKVideoHelper: virtual bool enableMultiStreamVideo(const zchar_t* cameraDeviceID) = 0;
virtual bool disableMultiStreamVideo(const zchar_t*1650504454344
Video SDK - Windows v1.3.0
by Yves Grant
Added New interface to configure video preference profile. New interface in IZoomVideoSDKVideoHelper: virtual ZoomVideoSDKErrors setVideoQualityPreference(ZoomVideoSDKVideoPreferenceSetting& preference_setting) = 0; New interface in1648600158232
Video SDK - Windows v1.2.3
by Yves Grant
Enhanced Support for participants to join sessions before the host Increased length of user_identity to 36 chars Fixed Issue where if you input the wrong JWT token and created a session with send video RawData on, the onInitialize event1646951657124
Video SDK v1.2.2 (hotfix) - Windows, macOS, and Electron
by Yves Grant
Fixed Issue where the incorrect second camera was shared.1646448943203
Windows Video SDK v1.2.1
by Yves Grant
Added New interfaces and callback to support invite by phone: New interfaces in IZoomVideoSDKPhoneHelper: virtual bool isSupportPhoneFeature() = 0;
virtual IVideoSDKVector<IZoomVideoSDKPhoneSupportCountryInfo* >* getSupportCountryInfo() =