0.14.0
kompfner
released this
27 May 19:51
·
347 commits
to main
since this release
Features
- Added
byDeviceInUse
as a possibleparticipants().local.tracks.video.blocked
property. Now, when Daily can't access a camera on Windows because another app is using it,participants().local.tracks.video.blocked.byDeviceInUse
will be set totrue
, and a'participant-updated'
event will fire. This sets you up to handle the use case (say, by showing a prompt asking your user to close other apps that might be using the camera).