WebRTC-Experiment icon indicating copy to clipboard operation
WebRTC-Experiment copied to clipboard

Is it possible to implement this application in LAN?

Open txwei opened this issue 4 years ago • 2 comments

I would like to use this application within an intranet where machines have no access to the internet. I've already built a websocket server. How can I modify the code to do this?

txwei avatar Aug 15 '19 08:08 txwei

need https

iamyzc avatar Aug 16 '19 07:08 iamyzc

you need modify the "matches": ["https://www.domain.com/*"] to your domain in manifest.json of the chrome extensions(in installed path).

tianbin1982 avatar Aug 19 '19 09:08 tianbin1982