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 callingupdateInputSettings()
. When a face is detected aface-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.