0.52.0
wcarss
released this
06 Oct 19:49
·
748 commits
to daily-js-releases
since this release
Features
- Added the ability to remotely stop a participant's screen share.
Bugfixes
- Fixed a bug in Windows where if your cam is in use by another app your mic track never becomes playable.
- Fixed an issue where
leave()
ordestroy()
would fail if called between aload()
and one ofstartCamera()
,preAuth()
, orjoin()
. - Worked around a Chromium bug where, when you had the default mic selected in Daily, changing the default mic through OS settings wouldn't result in your actual mic input changing.
- Fixed an issue where your mic could seemingly get stuck in the unmuted state when there was a dial-in participant.
- Fixed an issue where if a client selected their default microphone, we would store the specific device in a cookie and lose the “default” specifier, resulting in always preferring that specific device rather than the default. For example, we would save "MacBook Pro Microphone (Built-in)" instead of "Default - MacBook Pro Microphone (Built-in)".
- Fixed a Firefox issue where toggling your camera off and on would cause remote participants to only receive your lowest simulcast layer from then on.
- Fixed issue preventing admins with hidden presence from being able to mute or eject participants.
Other improvements
- Eliminated 2 internal calls to Daily servers during call join in order to decrease the time to join a call.