Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebRTC Screensharing in electron

We have a web app to which I'm building electron app by loading URL in browserWindow. But when i try to share the screen it will give me a popup saying Please install the janus webRTC screen sharing plugin and restart the browser. Please help !

like image 627
Sumukha Aithal K Avatar asked Feb 08 '18 12:02

Sumukha Aithal K


1 Answers

you need to implement your own desktop picker dialog in electron. See here

like image 136
Philipp Hancke Avatar answered Nov 06 '22 12:11

Philipp Hancke