Features
- Added network round trip time to
getNetworkStats()
. SeenetworkRoundtripTime
andaverageNetworkRoundTripTime
in docs
Bugfixes
- Fixed missing per-stream metrics on latest Safari
- Fixed issue with automatic device switching (on plugging in a new headset, say) a custom track was previously being used
- Fixed various issues related to calling things like
sendAppMessage()
prior to joining a call by either performing no-ops or throwing an error to indicate the call was done too early rather than getting cryptic console errors likenull is not an object
- Fix some meeting move log messages.
- Fixed return type of
getCallInstance()
Other improvements
- Update metrics rid reporting to work on Safari and Firefox
- Changed logging message when requested track differed from preferred track on the SFU. Now we log both the preferred and the requested in the same log line.
- Upgraded dependencies to resolve security threats