Skip to content

0.63.0

Compare
Choose a tag to compare
@filipi87 filipi87 released this 25 Apr 17:35
· 276 commits to daily-js-releases since this release

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.