UNPKG

@cloudinary/js-streaming

Version:

Cloudinary client-side package for live video streaming

58 lines (42 loc) 1.3 kB
1.3.0 / 2022-07-17 ================== New functionality and features ------------------------------ * Add support for selecting device to stream from (#12) Other Changes ------------- * Remove unneeded dev dependencies * Add stream optional parameter to README (#13) 1.2.0 / 2020-02-03 ================== New functionality ----------------- * Add optional stopStream param to detachCamera(videoElement, stopStream) 1.1.0 / 2020-01-26 ================== New functionality ----------------- * Add attachCamera and detachCamera functions * Add Streamer - a convenient wrapper for camera and streaming functions Other changes ------------- * Add minified production build 1.0.1 / 2020-01-12 =================== * Export library as object * Add vanilla js example 1.0.0 / 2020-01-08 ========================= * Update npm package to be @cloudinary/js-streaming 1.0.0-beta.1 / 2019-12-22 ========================= * Use janus-gateway instead of including janus.js * Refactor - move constants to separate file * Add test for initLiveStream * Add CHANGELOG.md 1.0.0-beta.0 / 2019-02-17 ========================= # Provide Cloudinary streaming functionality * Add README.md * Add initLiveStream() to initialize live streaming * Add client side janus implementation