💡 Ideas to improve "I can not hear $person" situations #13884
Labels
1. to develop
bug
feature: call 📹
Voice and video calls
feature: frontend 🖌️
"Web UI" client
feature: WebRTC 🚡
WebRTC connection between browsers and/or mobile clients
Milestone
How to use GitHub
Steps to reproduce
In bigger calls it happens regularly that users don't hear someone else and speak over them with "I can not hear $person" or "Is someone talking?"
💡 Ideas
speaking
message the audio/video enabled state is also transmitted through signaling messages (except in Android, although that will be fixed soon), so even if the peer connection was stalled the state should still be received through the signaling connection, and it would be possible to check the received bytes from theinbound-rtp
stat of the peer connection (which only increases if audio and video are enabled, but not if they are disabled, so it can be used only when it is known that the media is enabled). However, this would require careful testing, as at least in the pastinbound-rtp
stat was not fully reliable (its values may not be updated for several seconds, which is why the connection warning is currently applied only to the publisher connection).The text was updated successfully, but these errors were encountered: