qtWebengine Screen Capture API
Unsolved
QtWebEngine
-
Hi, I was wondering if its possible to use screencapture Api.
Particularly navigator.mediaDevices.getDisplayMedia() method, so it will show native chrome popup whre I can select which area I can share (tab, fullscreen, etc).
I've tried calling that method, it works, but doesn't show popup with screencapture options.
QT 5.14.1, chome engine I guess (77).Thank you in advance
-
@Evhen
Chromium (QtWebEngine) is not Chrome
Chromium is the backend/engine used by both. So chrome has features on top implemented -
@raven-worx
Ok, thank you for reply. So I guess its not possible? -
@Evhen
only if you implement the missing UI components yourself