1660256802234
Webhook validation and verification changes
by Yves
As of now, Webhook endpoints require initial manual validation before Zoom will send events to them. Starting August 21, endpoints will also be validated every 72-hours using a challenge-response check. This will be required for new1659131761034
Meeting SDK - Web v2.6.0
by Yves
General Fixed Reverted audio-handling changes in v2.5.0 to support Chrome 104 beta. Client View Added In-session resource support. Ability to customize the waiting room. Email watermark support. Support for sending 720p videos on Macs using1659056312914
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,NL1658855040000
VideoSDK-MacOS v1.3.3
by Chasity
Added New interfaces to support live transcription and translation. New interface class named ZMVideoSDKLiveTranscriptionLanguage defined in ZMVideoSDKUserHelper.h@property (nonatomic, assign, readonly)int languageID;
@property (nonatomic,1658854800000
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, 1658854200000
Meeting SDK - Electron v5.11.4.9092
by Chasity
See the Windows SDK and macOS SDK release notes for the changes in Electron SDK.1656633556603
Meeting SDK - Web v2.5.0
by Yves
Client View Added Support for testing mics and speakers Parameter in init to enable and configure an intermediary page for users clicking external hyperlinks Event listener for “Sharing has Started” events Functional and UI support for new1656627462094
Video SDK - macOS v1.3.2
by Yves
Added New interface to share computer sound in a screen sharing. New interfaces in ZMVideoSDKRawDataPipe- (ZMVideoSDKErrors)subscribeToSharedComputerAudio;
- (ZMVideoSDKErrors)unsubscribeToSharedComputerAudio;
-1656627107504
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 ZoomVideoSDKErrors