tinode / webapp

Tinode web chat using React
Apache License 2.0
324 stars 197 forks source link

Audio-only calls #108

Closed or-else closed 1 year ago

or-else commented 1 year ago

Calls with Android and web-web work, nothing crashes, sound comes through. Switching back to video call does not work.

or-else commented 1 year ago

The issue with FF immediately hanging up is due to Android interference: there is a bug in Android: it incorrectly assumes it's in a call and because of that it declines all calls.

or-else commented 1 year ago

The issue with app not ringing due to no data fetch is fixed: https://github.com/tinode/webapp/pull/108/commits/2d76befea1b444656c8dc0206806414e18df159e

or-else commented 1 year ago

Do you want to take another look? Or should I merge this?