I want to allow my mic to be used by the website using QWebEngine
Unsolved
General and Desktop
-
Hello,
I want to use the mic for google speech to text which is here, in my Qt application, it worked when I press to start the process but it required to give the permission to the website to allow my mic to start, in google chrome browser at the top left in the search bar I can give the permission to my mic to be used like in this image
now how I can allow my mic to be used in the QWebEngine view, I run normal QWebEngine view in my Qt application.
Thanks in advance.