Closed
Bug 977956
Opened 11 years ago
Closed 11 years ago
getUserMedia prompts don't appear in privileged apps
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: pauljt, Unassigned)
Details
I'm not sure if this is just my build, but when testing from an app that specifies its 'type' as 'privileged' in the manifest, no permissions prompts are shown when attempting to access microphone and video.
Th manifest I am using is:
{
"name": "GUM Test Priv",
"description": "GUM TEst",
"launch_path": "/gum_test.html",
"developer": {
"name": "pauljt",
"url": "https://github.com/pauljt"
},
"icons": {
"128": "/style/icons/Blank.png"
},
"permissions": {
"audio-capture":{},
"video-capture":{}
},
"type":"privileged"
}
Gum test contains this file: http://mozilla.github.io/webrtc-landing/gum_test.html
Changing "type" to "web" or removing type (default is web) and the test works as intended.
Can anyone else see if they can replicate this? I am using the latest usr buri build from pvt from i.e. https://pvtbuilds.mozilla.org/pvt/mozilla.org/b2gotoro/nightly/mozilla-central-hamachi/2014/02/2014-02-27-04-02-02/
| Reporter | ||
Comment 1•11 years ago
|
||
I think I know what wrong (CSP, derp).
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•