Releases: millicast/millicast-sdk
Releases · millicast/millicast-sdk
Release v0.1.43
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
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
Fixes
- Now when iCloud Private Relay is enabled, audio and video are properly delivered.
- Security dependency updates.
Release v0.1.40
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
Changelog
Added
- Changes section to sample apps
- JSDoc files updates with new
reconnect
behavior anddata
param
Changed
- Reconnect
emit
event 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
stopped
function 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.js
file inmillicast-multiview-demo
folder- 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
addRemoteTrack
so it works on react-native - Fixed
addRemoteTrack
so when you pass amediaId
as 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.