You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.