When I enter a peer-to-peer call, I sometimes experience bandwidth issues and the second participant’s bandwidth drops to zero, resulting in the other participant not being able to hear sound or see video. However, the bandwidth works fine when we join in a group call (with more than two participants).
1 Like
How/where are you checking the bandwidth? And is this om meet.jit.si or on your self-hosted instance?
1 Like
@Freddie
I am using JitsiMeetJS.events.connectionQuality.REMOTE_STATS_UPDATED event listener to get statsObjects and I am using self hosted instance.
If it only affects some participants, it’s probably due to a missing or misconfigured TURN server, and those participants are unable to connect directly due to network configuration or firewall.