maddalihanumateja / ParticipateInRemoteDesign

Zoom WebSDK based app to conduct remote participatory design sessions
2 stars 0 forks source link

Trying alternatives to zoom for video RTC #63

Closed maddalihanumateja closed 3 years ago

maddalihanumateja commented 3 years ago

I've noticed a couple of troubling things about the current state of the running zoom on a web browser.

Moving forward, we might want to either think of alternatives for zoom (like we were thinking of before anyway). We might be letting go of some of the advantages of working with a video chat solution that is maintained regularly and has some performance guarantees.

maddalihanumateja commented 3 years ago

One potential solution is to just build a very simple video chat app directly using WebRTC

maddalihanumateja commented 3 years ago

Resolved through implementation of webrtc version of the app in #66