nodegui / nodegui-plugin-webview

[WIP] A NodeGui plugin that adds webview support
29 stars 5 forks source link

WebRTC on CEF not available #3

Open andymans opened 4 years ago

andymans commented 4 years ago

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