Bugfixes
- Fixed a crash in
updateInputSettings()
when called afterload()
but before an initializing call tostartCamera()
,preAuth()
, orjoin()
. - Fixed a bug on Android Web where unplugging a headset will sometimes break audio output.
- Fixed a bug on Android Web to properly auto-switch to a recently-plugged in device.
Other improvements
- We now log
frameRate
,width
, andheight
from the camera's video track whenever we first get the track or the user switches devices. - Updated TypeScript declaration file to make it so that event objects in event handlers don't erroneously appear to customers to be possibly
undefined
. - Added ability to detect and log autoplay errors.
- Updated
daily-js
dependencies to close vulnerabilities.