Chrome WebRTC Screen Sharing: Minimizing and Maxim

2019-08-15 18:00发布

问题:

I've been trying to implement this GitHub code and I'm able to share my screen.

But for Windows 10, if a previously minimised (and shared) window is maximised again, I "loose the share" and see a black screen. I know this happens only on Windows.

I was wondering if subscribing to open and close window events might work in Javascript? Please let me know your suggestions. Thanks!