- From: Mounir Lamouri <notifications@github.com>
- Date: Sun, 08 Mar 2015 12:27:29 -0700
- To: w3c/permissions <permissions@noreply.github.com>
Received on Sunday, 8 March 2015 19:27:59 UTC
I think getUserMedia has a minimum of two permissions ```capture-audio``` and ``capture-video```. But we could try to merge them into one like: ```js { "name": "capture", "audio": true, "video": true }``` I'm not convinced that having the object would be better but I think we should get some feedback from the spec editors. IIRC, @marcoscaceres, we tried to do that and it didn't work. Do you remember what hoppened? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/issues/10
Received on Sunday, 8 March 2015 19:27:59 UTC