1658855100000VideoSDK-Electron v1.3.3by ChasityAdd Add teamIdentifier and speakerTestFilePath params for initialize interface in lib/zoom_video_sdk.js
1658854200000Meeting SDK - Electron v5.11.4.9092by ChasitySee the Windows SDK and macOS SDK release notes for the changes in Electron SDK.
1658854080000Meeting SDK - macOS v5.11.3.9091by ChasityAdded New interface to give each user a unique user ID in the main meeting and in or out of Breakout Room (BO) rooms. This ID is only persistent during the current meeting; the ID will be discarded once the meeting is over. New interface in
1658853900000Meeting SDK - Windows v5.11.4.7235by 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 class
1658183700000Video SDK API - July 18, 2022by YvesEnhancements New user.invite.room_system_callout value for the method field and new call_type and device_ip fields in the params field in the Use in-Session events controls API. PATCH /v2/videosdk/sessions/{sessionId}/events
1656628047620Video SDK - Electron v1.3.2by YvesAdded Add subscribeToSharedComputerAudio and unsubscribeToSharedComputerAudio interfaces in lib/zoom_video_sdk_audio.js Add startShareComputerAudio interface in lib/zoom_video_sdk_share.js Add ZoomVideoSDKShareType enum in
1656617288835Meeting SDK v5.11.1 (patch)by YvesUpgraded codebase. Fixed on macOS: Screen share didn’t work when a user joined a multi-share meeting with two users sharing their screens. Fixed on macOS: Having a space in the username resulted in not being able to join the meeting. Fixed
1656112707774Meeting SDK - macOS v5.11.0by YvesAdded New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in ZoomSDKLiveStreamHelper-(ZoomSDKError)startRawLiveStream:(NSString *)broadcastURL; -(ZoomSDKError)stopRawLiveStream; New interface
1656112142197Meeting SDK - Windows v5.11.0by YvesAdded New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in IMeetingLiveStreamController virtual SDKError StartRawLiveStream(const wchar_t* broadcastURL) = 0; virtual SDKError