Open
Bug 1813892
Opened 2 years ago
Updated 1 year ago
[Bug] getUserMedia fails with NotAllowedError if microphone permissions are already given
Categories
(GeckoView :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: jonalmeida, Unassigned)
Details
Attachments
(1 obsolete file)
From github: https://github.com/mozilla-mobile/fenix/issues/19237.
Steps to reproduce
- Go to https://codepen.io/seppevectera/pen/mdRoebG
- Click "Start audio"
- In the Firefox notification: Choose "Remember this decision" and click "Allow".
- Click "Start audio + video"
Expected behavior
Firefox asks for permission to start the microphone and camera
Actual behavior
Firefox throws an error:
NotAllowedError: The request is not allowed by the user agent or the platform in the current context.
This only happens if permanent audio permissions have been granted, and you request both audio and video in the
getUserMedia
call.Device information
- Device vendor / model and Android version: OnePlus Nord N10, Android 10 (OxygenOS 10.5.11.BE89BA)
- Firefox for Android version: Tested in 88.1.1 and Nightly 210425 17:01 (Build #2015806731)
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•1 year ago
|
Attachment #9384941 -
Attachment is obsolete: true
Updated•1 year ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•