You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off - this (and nodegui generally) is a great piece of work!
I do have a hard requirement to be able to gain the user's permission for mic/camera access. All standard stuff under WebRTC. It looks like this feature is NOT enabled in the app right now.
I see on the Qt Web Engine site, that it is, however, listed as a feature:
I wonder what your thoughts are on this. I've seen some stackoverflow posts that detail how one might patch it (the Web Engine); but I thought I'd raise it here first.
Another alternative that may be worth looking at - is to use the "native" WebRTC support in Qt - which largely seems to consist of a 'wrapper' around the WebRTC C++ lib.
(that last option might be a nice feature within nodegui core)
AndyM
The text was updated successfully, but these errors were encountered:
Guys,
First off - this (and nodegui generally) is a great piece of work!
I do have a hard requirement to be able to gain the user's permission for mic/camera access. All standard stuff under WebRTC. It looks like this feature is NOT enabled in the app right now.
I see on the Qt Web Engine site, that it is, however, listed as a feature:
https://wiki.qt.io/QtWebEngine/Features
I wonder what your thoughts are on this. I've seen some stackoverflow posts that detail how one might patch it (the Web Engine); but I thought I'd raise it here first.
Another alternative that may be worth looking at - is to use the "native" WebRTC support in Qt - which largely seems to consist of a 'wrapper' around the WebRTC C++ lib.
(that last option might be a nice feature within nodegui core)
AndyM
The text was updated successfully, but these errors were encountered: