Skip to content

Releases: millicast/millicast-sdk

Release v0.1.39

20 Mar 15:38
a341f91

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

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

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

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

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

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.

Release v0.1.33

22 Sep 17:06
18f118c

Choose a tag to compare

Changelog

Added

  • Added mid to the stats report, now you can link stats with sources in the case of multisource streaming. Using the transceiver.mid generated from the addRemoteTrack
  • Upgrade dependencies to avoid potential security risks.

Fixed

  • Fixed publish record/unrecord throwing an error after streaming is stopped.

Release v0.1.32

01 Aug 19:04
39c118f

Choose a tag to compare

Changelog

Added

  • Debug version for the SDK

Fixed

  • Created updateMissingVideoExtensions function to the SdpParser that adds missing video extensions to the sdp for the renegotiation.
  • Added updateMissingVideoExtensions in peer.onnegotiationneeded before setting the local description to add the missing video extensions to the offer.
  • Fixed package-lock files to fix "rollup missing" bug

Release v0.1.31

07 Jul 17:51
14e6c9e

Choose a tag to compare

Changelog

Added

  • Support for React Native

Changed

  • Set new signaling and peer connection attributes after web socket is connected and not after the subscription is sent.

Release v0.1.30

23 Jun 15:57
e394e1c

Choose a tag to compare

Changelog

Fixed

  • Fixed simulcast not working in Chrome v103.

Removed

  • Removed mslabel and label from the setSimulcast method in SdpParser