You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recording started timer starts before giving permission of microphone access in browser.
In Open Camera modal,
After blocking access of camera , Empty container is there.
After clicking on Switch button, Camera stuck.
Camera and microphone permissions are not handled correctly. When the user does not grant permission for microphone or camera, the app does not handle the error appropriately, and permission errors are not clearly communicated to the user.
To Reproduce
Steps to reproduce the behavior:
Click on Sample Test in sidebar.
Click on any item's Sample Details.
Go to the Audio Capture dialog or Camera Capture dialog.
Deny the microphone or camera permission prompt.
Observe that the recording timer starts before microphone permission is granted, and after blocking camera access, an empty container appears with the camera freezing upon clicking the switch button.
Expected Behavior
In the Record audio modal, the recording timer should start only after the user grants microphone access. If permission is denied, an appropriate error message should be displayed to the user.
In the Open Camera modal, if camera access is blocked, a proper error message should be shown instead of an empty container. The camera should not freeze after clicking the Switch button, and a clear message should be displayed if the camera cannot be switched.
Video of Solution :
Record Audio modal:
record_audio.mp4
Desktop (please complete the following information):
OS: Windows
Browser: Brave
Version: 1.71.114
The text was updated successfully, but these errors were encountered:
Describe the Bug
These issues are for
Sample Test Details
page:In
Record audio
modal,Recording started timer
starts before giving permission of microphone access in browser.In
Open Camera
modal,After blocking access of camera , Empty container is there.
After clicking on
Switch
button, Camera stuck.Camera and microphone permissions are not handled correctly. When the user does not grant permission for microphone or camera, the app does not handle the error appropriately, and permission errors are not clearly communicated to the user.
To Reproduce
Steps to reproduce the behavior:
Sample Test
in sidebar.Sample Details
.Expected Behavior
Record audio
modal, the recording timer should start only after the user grants microphone access. If permission is denied, an appropriate error message should be displayed to the user.Open Camera
modal, if camera access is blocked, a proper error message should be shown instead of an empty container. The camera should not freeze after clicking theSwitch
button, and a clear message should be displayed if the camera cannot be switched.Video of Solution :
Record Audio modal:
record_audio.mp4
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: