0.64.0
filipi87
released this
07 May 13:49
·
253 commits
to daily-js-releases
since this release
Features
- Introduced the ability to disable sharing audio or video from a screenShare without stopping the screenShare via a new method,
updateScreenShare
. As part of this, we also introducedlocalScreenAudio()
andlocalScreenVideo
for checking if local video screen sharing is enabled. - Introduced a new domain/room property:
enforce_unique_user_ids
. Setting this totrue
along with usage of setting user_id’s on tokens will enforce that only one participant with a given user_id can be in a call at once, securing against token sharing. Note: If someone joins with an id already in use, they will be allowed in and the existing participant will be ejected, receiving anerror
event of a type'ejected'
.
Bugfixes
- Fixed an issue preventing participants from joining meetings on certain browsers/hardware when WebGL was unavailable.