Hi,
I use EO.WebBrowser in my WinForms application. Web that is embedded inside WebView is using video-conference service based on:
https://jitsi.github.io/handbook/Almost everything works great (camera, microphone), but there is a problem with ScreenShare option. When I choose this option in Chrome I see special window asking what I want to share. When I use this option in WebView nothing happens. I try to handle events: RequestPermissions, JSDialog, JSExtInvoke, NewWindow, but they are not called.
Do you have any suggestion for me? I read in old topics that you probably can’t support it, but maybe something has changed since then?