Skip to content

Release v0.1.46

Compare
Choose a tag to compare
@Santiago-Souto Santiago-Souto released this 17 Jun 18:24
· 63 commits to main since this release
fbd8a08

Features

  • With sendMetadata() you can publish metadata captured during broadcast and make it available at playback to synchronize events in your player with frame-level accuracy.
  • The diagnose() function can be used to troubleshoot the end-user quality of experience while gathering client analytics and important streaming metrics.

Fixes

  • You can now enable simulcast (both viewing and publishing) on all chromium-based browsers, including Edge. The codec limitation still applies, however.

Deprecations

  • The streamName parameter in the Publish and Viewer class constructors has been marked as deprecated. The value supplied to the tokenGenerator object will be the one used by the SDK to connect to a stream. This will be removed in a future version of the SDK.
  • There is no need to invoke PeerConnection.initStats() anymore, as it's now done automatically when View.connect(), Publish.connect() or PeerConnection.createRTCPeer() is invoked.