6

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 !

Sumukha Aithal K
  • 675
  • 1
  • 10
  • 23
  • So, the fact that you use (also) electron is irrelevant here, right? It would also help if you clarify that the URL is a janus based web app... – Iñaki Baz Castillo Feb 09 '18 at 13:44

1 Answers1

5

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

Philipp Hancke
  • 15,855
  • 2
  • 23
  • 31
  • My issue was with sharing screen from web app not do it on electron. But I got another idea after going through the link you shared. Thank you. – Sumukha Aithal K Feb 09 '18 at 10:10
  • @SumukhaAithalK how you implemented screen sharing please share your code. when i tried to share the screen the other end is receiving my video call I am stuck this. Any help is appreciated. – Jibin Francis Jan 14 '20 at 12:50