jay23606 / p2p-webcams

Visitors to the demo URL can initiate video calls with anyone else who has also navigated to the same URL simply by clicking the 'call' button.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to run locally

manankuraware opened this issue · comments

how can i run this app Locally

commented

You should just be able to copy index.htm locally or put it on a web server. You might want to create your own firebase database to host insertion and deletion of the peer IDs which is what allows people to find each other and call each other.

In my case I just used githack to "host" the page but you might also be able to use github pages however I think I might have run into issues with doing it that way.

ok got it. nice work btw

commented

Thanks, let me know if you have any questions about the code or want to contribute to any of the repos.