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
1628886909658Video SDK macOS v1.1.1by Yves GrantAdded New interface to retrieve session ID. Please note that only the host can get the session ID. In ZMVideoSDKSession.h:- (NSString*) getSessionID New interface to retrieve user ID. In ZMVideoSDKUser.h:- (NSString*) getUserID Changed &
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
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
1623714899847Video SDK macOS v1.1.0by Yves GrantAdded SDK sample app. Apple M1 support. Ability to send raw audio data and the support for virtual microphone and virtual speaker. Added NZoomVideoSDKAudioSendRawdata.h Note: When using the virtual speaker, the audio share will be disabled
1619629237439Video SDK Web version 1.0.3by Yves GrantAdded Single View, a solution to present videos on browsers that are not capable of rendering multiple videos. For example, Firefox and Safari. The stream.isSupportMultipleVideos method. This method returns “yes” if the browser is capable
1618899518119Video SDK Web updates - 04/19/21 by Colette Turbevillev1.0.2 Added: Gallery view support (and sample code in the demo app) Audio GCM encryption Audio support for Chrome on Android OS Error codes for join session success/fail.
1618880442421Video SDK Mac updates - 04/19/21 by Colette Turbevillev1.0.2 Changed & Fixed: Enhanced encryption support. Fixed an issue that invoking the password callback will cause a crash. v1.0.1 Added Added interfaces to allow the user to retrieve video QoS statistics. The interface in