Reputation: 695
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 !
Upvotes: 6
Views: 10647
Reputation: 17295
you need to implement your own desktop picker dialog in electron. See here
Upvotes: 6