mexili / incogly

Incogly is a video conferencing app aimed to remove any implicit bias in an interview and easing the process of remote collaboration.
https://incogly.mexili.org/
GNU Affero General Public License v3.0
28 stars 30 forks source link

Stream behaving weirdly when the room is created by ~3 people. #95

Open sansyrox opened 3 years ago

sansyrox commented 3 years ago

I can't seem to debug this.

Need to figure this out.

nimit2801 commented 3 years ago

Hey @sansyrox would love to work on the backend of this APP. Also can we've have a backend tag for the issues would really help me looking into specific issues. Thanks

sansyrox commented 3 years ago

Hey @nimit2801 , This is the repo of the backend : https://github.com/mexili/incogly-backend

We have migrated away from a monolith architecture. You can have a look at the backend repo there.

nimit2801 commented 3 years ago

Ohh, I don't see any issues there right now! Would watch it constantly for any issues! Thanks @sansyrox

sansyrox commented 3 years ago

I library like Peerjs should fix this: https://glitch.com/edit/#!/peerjs-video?path=public%2Fmain.js%3A1%3A0

We are only using one stun server and handling native connections. We should use something more off the shelf.

@raghavdhingra what say?

sansyrox commented 3 years ago

@nimit2801 , if this works well, we will also be integrating peer js in our backend. Let us know if you'd be interested in that.

nimit2801 commented 3 years ago

Sure, I'd look more into peer.js and would love to help.