Sunday 3 January 2021

How can I duplicate a screen share initiated by getDisplayMedia to another tab?

I want to start a screen share in my main tab by calling getDisplayMedia, and then clone it to another popup window which I open from my app (using window.open), effectively showing the screen capture twice, in parallel.

How can I do this?



from How can I duplicate a screen share initiated by getDisplayMedia to another tab?

No comments:

Post a Comment