1632688200000Phone API - September 26, 2021by Ji Won LeeSeptember Zoom Phone API and events published.
1632330361725Video SDK Web v1.1.5by Yves GrantFixed Issue in Chrome 93 & 94 where macOS devices could not send video because of a WebCodecs breaking change. Known issue The SDK points to version 1.1.4 dependencies. We will fix this issue in version 1.1.6. See Web Video SDK 1.1.5
1629472473817Video SDK Web v1.1.4by Yves GrantUpgrade to fix breaking changes The release of Chrome 93 on August 31st will result in breaking changes to WebCodecs due to API updates, which breaks the Web Video SDK ability to send video. To use Chrome 93+, you must upgrade to Web Video
1628886532173Video SDK Android v1.1.1by Yves GrantAdded New interface to retrieve session ID. Please note that only the host can get the session ID. In ZoomVideoSDKSession.java:- String getSessionID() New interface to retrieve user ID. In ZoomVideoSDKUser.java:- String getUserID()
1626367803258Video SDK Web v1.1.3by Yves GrantAdded Added session_key and user_identity fields to the Video SDK signature. You can use these fieldsĀ to assign unique session and user IDs to video SDK sessions. Such as from a separate, external systems. Access to Zoom Global library to
1625765882311Active Apps Notifier Updatesby Colette TurbevilleThe following changes are planned for later this month to all users in web and client version 5.7.3. Relaunch & Improvements When an app used in a meeting or webinar accesses content from that meeting or webinar, the icon(s) will be shown
1624925521601Event Subscription Updates - June 27, 2021by Yves GrantThe following changes were released on June 27, 2021. New Events Phone phone.call_log_deleted phone.call_log_permanently_deleted phone.voicemail_permanently_deleted phone.voicemail_deleted Accounts account.vanity_url_approved
1623887926834Video SDK Web v1.1.0by Yves GrantMajor change Updated "Instant" namespace to "Video". When you upgrade to 1.1.0 make sure to update Instant to Video. For example change import ZoomInstant from `@zoomus/videosdk'; to import ZoomVideo from '@zoom/videosdk'; Added Local audio
1623712822457Video SDK Android v1.1.0by Yves GrantAdded Support for virtual microphone. Interfaces in ZoomVideoSDKVirtualAudioMic.java:- void onMicInitialize(ZoomVideoSDKAudioSender sender); - void onMicStartSend - void onMicStopSend - void onMicUninitialized The ability to send raw audio