Bug Report: Device Check State Not Updating
- Dominant language
- TypeScript
- Stars
- 135
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
Description
When a user turns off their camera or microphone during device check and then joins the room, the state does not update correctly. The UI continues to show the device as active, even though it has been disabled.
Steps to Reproduce
Open device check before joining a room.
Turn off the camera.
Join the room.
Observe that the state still shows the camera as on.
Repeat the same with the microphone — state does not update properly.
Expected Behavior
When turning off the camera or mic before joining the room, the state should update correctly.
After joining the room, the UI should reflect the actual device state (off).
Actual Behavior
Camera and mic appear as active even when they were turned off during device check.
Contributor guide
Assessment
This issue has not been assessed yet.