Skip to content

Commit

Permalink
License and CHANGELOG fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mayk-zoom committed Jun 15, 2021
1 parent fec1ba9 commit eae2345
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
## CHANGELOG

## v1.1.0

### Added:
* Local audio and video track APIs to preview audio/video before joining a session
* Audio quality of service (QOS) improvements resulting in smoother audio in high latency environments.
* [npm package](https://www.npmjs.com/package/@zoom/videosdk) for integrating the Web Video SDK into the developer workflow
* CORP/COEP header configurations in the demo apps to support cross-origin isolation requirements for changes related to Chrome 92. See [https://marketplace.zoom.us/docs/guides/stay-up-to-date/announcements](https://marketplace.zoom.us/docs/guides/stay-up-to-date/announcements) for details
* APIs for controlling and managing Web Video SDK sessions

### Enhanced:

* Updated "Instant" namespace to "Video"
* Exposed enumeration types to facilitate proper usage of types and type-checking
* Clarified notices around older SDK versions that need to be upgraded

## v1.0.3

### Added:

* Added single view support for browsers not capable of multi-video
* Added "stream.isSupportMultipleVideos" method
* Added screen sharing for latest Safari browser
* Added webEndpoint argument to init API function

### Fixed:

* Fixed issues when leaving and rejoining a session

## v1.0.2

### Added:

* Added gallery view support (& sample code in the demo app).
* Added audio GCM encryption
* Added audio support for Chrome on Android OS
* Added error code for join session success/fail

## v1.0.0

Introducing Zoom Web Video SDK, which is the app development kit provided to enable apps designed to connect people and to share happiness. With the Video SDK, you can build feature-rich apps with highly customized user interfaces

Web Video SDK is designed to be:

* **Easy to use**: Video SDKs have simplified most function calls, allowing you to have a high-quality video session with simple calls and options.
* **Lightweight**: Video SDKs are lighter than ever, with an enormous reduction in size compared to Client SDKs with the same quality of the Zoom’s video and audio solutions.

The Video Web SDK provides the ability to experience the following functionality for your app:

* Launch a video communication session instantly
* Share screen directly from your device
* Send instant chat messages during the session

To get started, visit: [Zoom Video Web SDK Get Started](https://marketplace.zoom.us/docs/sdk/custom/web);
Binary file removed CHANGELOG.pdf
Binary file not shown.
Binary file removed LICENSE.pdf
Binary file not shown.

0 comments on commit eae2345

Please sign in to comment.