Skip to content

Releases: millicast/millicast-sdk

Release v0.1.43

22 Jan 21:47
567d779
Compare
Choose a tag to compare

Features

  • Access to the current SDK version through Logger.VERSION in console.
  • Added priority option in broadcast options.

Improvements

  • Update in documentation for better navigation and understanding.
  • Added trackIdentifier as an RTP inbound stat.

Fixes

  • Fixed slow network connection in Safari based users.
  • Fixed circular dependency between files.

Release v0.1.42

06 Dec 15:28
108044e
Compare
Choose a tag to compare

Improvements

  • Demo packages documentation.

Fixes

  • Now when connection is starting with autoReconnect set to false, reconnection is canceled properly in case of any connection error.
  • Documentation typos.

Release v0.1.41

17 Oct 19:29
99c0ae1
Compare
Choose a tag to compare

Fixes

  • Now when iCloud Private Relay is enabled, audio and video are properly delivered.
  • Security dependency updates.

Release v0.1.40

11 Oct 17:29
31ea2c0
Compare
Choose a tag to compare

Features

  • Support added for publishing h265 in the browser when the browser supports it.
  • Automatic reconnection logic upon connection loss.
  • Examples added to the sample app to demonstrate.
    • Multiview and switching sources.
    • Quality selection when multi-bitrate (simulcast) is used for playback.

Improvements

  • Clarification around the descriptions of broadcast events.

Fixes

  • Security dependency updates.

Release v0.1.39

20 Mar 15:38
a341f91
Compare
Choose a tag to compare

Changelog

Added

  • Changes section to sample apps
  • JSDoc files updates with new reconnect behavior and data param

Changed

  • Reconnect emit event now triggered on the first attempt as well as the following ones

Release v0.1.38

06 Mar 19:42
909c411
Compare
Choose a tag to compare

Changelog

Added

  • h265 support for Safari
  • playout delay option for the Viewer

Fixed

  • Viewer and Publisher example codes in README file now working properly

Release v0.1.37

12 Jan 19:06
6e4a0fe
Compare
Choose a tag to compare

Changelog

Fixed

  • Links in 'table of contents' now address to the right site in the documentation.
  • Changed the name of the declaration types file.
  • Updated documentation about stopped function in Signaling.js (as it is not currently used).

Release v0.1.36

27 Dec 18:36
e021c5e
Compare
Choose a tag to compare

Changelog

Added

  • Typescript declaration file and configuration.
    • The type definition file is located in millicast-sdk/packages/millicast-sdk/src/types/
    • This is a first version, any feedback will be appreciated 👍

Fixed

  • Disabled h264 hardware accelerated codecs in opera.
  • Fixed issue related to millicast.esm.js file in millicast-multiview-demo folder
    • Changed the import to use the cdn version instead of the file

Release v0.1.35

28 Oct 19:12
3422b8b
Compare
Choose a tag to compare

Changelog

Added

  • Typescript configuration and docs corrections.
  • Now the Millicast JS SDK supports integration with React Native WebRTC.
  • React Native Integration docs

Fixed

  • Fixed: #194
  • Fixed addRemoteTrack so it works on react-native
  • Fixed addRemoteTrack so when you pass a mediaId as a number it doesn't throw an error

Release v0.1.34

17 Oct 20:12
0d64f7b
Compare
Choose a tag to compare

Changelog

Added

  • Enable multiopus for every browser except Firefox.

Changed

  • Updated links from docs.millicast.com to docs.dolby.io.
  • Updated README files from publisher/viewer demos.

Fixed

  • Fixed bug where Director methods were not throwing on status code 400.
  • Updated rollup configuration to avoid different apps to use the same ports.