z5labs / chatio

A Peer to Peer Audio/Video PWA Client
https://z5labs.github.io/chatio
6 stars 3 forks source link

bug(join): prevent joining to a non-existent call id #30

Open Zaba505 opened 3 years ago

Zaba505 commented 3 years ago

Currently, any number can be entered in the call id field for Join and it will "join" that call. While this is useful for testing purposes, it is most likely not desirable for production.

To keep MVP development moving at a quick pace this is blocked until #11 is completed.