Releases: millicast/millicast-sdk
Releases · millicast/millicast-sdk
Release v0.1.39
Changelog
Added
- Changes section to sample apps
- JSDoc files updates with new
reconnectbehavior anddataparam
Changed
- Reconnect
emitevent now triggered on the first attempt as well as the following ones
Release v0.1.38
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
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
stoppedfunction inSignaling.js(as it is not currently used).
Release v0.1.36
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 👍
- The type definition file is located in
Fixed
- Disabled h264 hardware accelerated codecs in opera.
- Fixed issue related to
millicast.esm.jsfile inmillicast-multiview-demofolder- Changed the import to use the cdn version instead of the file
Release v0.1.35
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
addRemoteTrackso it works on react-native - Fixed
addRemoteTrackso when you pass amediaIdas a number it doesn't throw an error
Release v0.1.34
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
Changelog
Added
- Added
midto the stats report, now you can link stats with sources in the case of multisource streaming. Using thetransceiver.midgenerated from theaddRemoteTrack - Upgrade dependencies to avoid potential security risks.
Fixed
- Fixed publish
record/unrecordthrowing an error after streaming is stopped.
Release v0.1.32
Changelog
Added
- Debug version for the SDK
Fixed
- Created
updateMissingVideoExtensionsfunction to the SdpParser that adds missing video extensions to the sdp for the renegotiation. - Added
updateMissingVideoExtensionsinpeer.onnegotiationneededbefore 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
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
Changelog
Fixed
- Fixed simulcast not working in Chrome v103.
Removed
- Removed mslabel and label from the
setSimulcastmethod inSdpParser