Qt 6.11 is out! See what's new in the release
blog
QtWebEngine: Specify Monitor/Window for the getDisplayMedia Screen Capture API
-
Is is possible somehow to specify the monitor or window used by the
navigator.mediaDevices.getDisplayMediaAPI? This thread mentions that the UI doesn't exist for that in the QtWebEngine and that one would have to implement it themselves. @raven-worx but to do that, how do you get the stream source ids that you would then pass togetDisplayMedia? In Electron, I found thedesktopCapturer.getSourcesand I am looking for something similar for QtWebEngine. Or should this be approached entirely different?