github daily-co/daily-js daily-js-2024-05-07-0.64.0
0.64.0

latest releases: daily-js-2024-09-26-0.72.0, daily-js-2024-09-12-0.71.2, daily-js-2024-08-07-0.70.0...
4 months ago

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 introduced localScreenAudio() and localScreenVideo for checking if local video screen sharing is enabled.
  • Introduced a new domain/room property: enforce_unique_user_ids. Setting this to true 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 an error event of a type 'ejected'.

Bugfixes

  • Fixed an issue preventing participants from joining meetings on certain browsers/hardware when WebGL was unavailable.

Don't miss a new daily-js release

NewReleases is sending notifications on new releases.