1658855100000VideoSDK-Electron v1.3.3by ChasityAdd Add teamIdentifier and speakerTestFilePath params for initialize interface in lib/zoom_video_sdk.js
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
1658183700000Meeting API - July 18, 2022by YvesAdded New Webinar branding APIs: POST /v2/webinars/{webinarId}/branding/name_tags PATCH /v2/webinars/{webinarId}/branding/name_tags/{nameTagId} DELETE /v2/webinars/{webinarId}/branding/name_tags New Recording webhook 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
1656444315898App approval notification settingby Ji Won LeeMarketplace team released a new capability to notify end users directly when an app has been approved for use. This was deployed to address customer feedback about the lack of notification for users when an app is approved and available for
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