I want to access the microphone from a plugin. Currently this is not possible because of Feature Policies (MDN and another article).
A plugin should be able to specify a list of permissions like microphone, geolocation, accelerometer.
Optimally this would be just another setting like width
and height
on the /plugin
page.
When implemented, I’ll have a simple voice recognition plugin ready