This is my first ever post on a page like this - so my apologies if the question in dumb or not sufficiently clarified (Im new to the world of coding).
I'm trying to connect the stream from an electron app to the webBrowser (say ...
www.example.com).
Currently with my setup, when a user go to
www.example.com they get a peer id. Additionally, when a user opens my electron App that person gets a peer id too.
However, if I try to have them call each other - I get the error: Error: Could not connect to peer: xxxxxxxx.
My webpage is running a https server. I don't think my Electron app is. Could that be the problem? Is there a way to emit the stream from an electron App to
display on a webpage?
All help is greatly appreciated
Simon