FirebaseRTC
FirebaseRTC copied to clipboard
a free service for video chat room links, based on this project (work in progress)
I was able to start with FirebaseRTC and create twisty.io. This is a free service for creating short links to video chat rooms. No login or accounts required. The rooms are persistent which is a change from this project. Also the room IDs are shorter rather than using the firebase object IDs.
As someone mentioned before there is a dearth of WebRTC code out there so feel free to poke through the JS and HTML.
A simple REST API is coming. Better call cleanup and rejoining rooms are coming too.