camuschat / camus

Peer-to-peer group video chat using WebRTC, Python, and TypeScript
GNU Affero General Public License v3.0
152 stars 44 forks source link

Peer to Peer Connection not establishing #47

Closed waqarland closed 3 years ago

waqarland commented 3 years ago

When I create a room on CAMUS and then share the link to another peer (B), the B person does not show on my side and vice versa. And a Major Tom person appears however nobody has named himself as Major Tom on both peers Screen shots are attached below

Screenshot (21) Screenshot (22)

sides

mrgnr commented 3 years ago

Thanks for reporting this @waqarland. The server logs showed several errors related to the database, which seems to be the cause of this issue. I've opened https://github.com/camuschat/camus/pull/51 as a fix.