invisible-college / tawk.space

Social video chats
https://tawk.space
Apache License 2.0
14 stars 1 forks source link

Fix gray box issue (hopefully) #39

Closed karth295 closed 5 years ago

karth295 commented 5 years ago

For posterity, this is the issue where some people cannot see each other. They occupy a gray square in a group, but nobody can see their video.

I believe the issue is a race condition: if you publish your feed before sb['/connection'].id is set, you'll end up publishing your stream as the user "undefined". Other participants won't know to publish your stream on the gray box for your user. I was able to repro the issue consistently before by just opening tawk in two tabs, and now I can't.

I've also added logging and debug state (sb['tawk/janus/sessions']) that can help us diagnose the issue if it comes up again in the future.