github daily-co/daily-js daily-js-2024-04-25-0.63.0
0.63.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...
5 months ago

KNOWN ISSUE

This release has a known issue where the bundle will not load on certain browsers and hardware when WebGL is disabled. We recommend skipping this release and using 0.64.0 or newer.

Features

  • Added the ability to detect the number of faces that appear in a camera stream. To use this, set "face-detection" as a the video processor type when calling updateInputSettings(). When a face is detected a face-counts-updated event is emitted.

Bugfixes

  • Fixed issue on windows causing the mic to be blocked when the camera is blocked due to being in use by another application.
  • Preventing error on join if audio level is started before starting the camera.
  • Fixed cleanup of internals on destroy() resulting in memory bloat for subsequent instances.
  • Fixed an issue when videoSource is set to false or canSend permissions are set to ['audio'] and the browser permission request for the microphone is denied, then two camera-error events are emitted.

Other improvements

  • Updated dependencies to remove security vulnerabilities.
  • Updated what information is sent to Sentry when clients have networking issues.

Don't miss a new daily-js release

NewReleases is sending notifications on new releases.