ONLYOFFICE / sdkjs-plugins

The add-ons for ONLYOFFICE Document Server and ONLYOFFICE Desktop Editors.
https://www.onlyoffice.com
Apache License 2.0
136 stars 134 forks source link

[Feature Request] iframe.setAttribute("allow", "autoplay; microphone"); #148

Closed ThanhLNP closed 3 years ago

ThanhLNP commented 3 years ago

I have an idea to write a speech to text plugin, and it needs to use microphone, can you help me add this: iframe.setAttribute("allow", "autoplay; microphone");

ShockwaveNN commented 3 years ago

@askonev Please take a look and if possible talk with dev team

askonev commented 3 years ago

Hi @ThanhLNP At the moment, permission to use the microphone has been added in server version 6.2 in this comment. Are you using this version?

ThanhLNP commented 3 years ago

I am using version 6.1, thanks very much