When we in a meeting and user goes in background with picture in picture enabled, its working well but if user disconnects the picture in picture by press cross icon, however the conference doesn’t terminated and the call remains continue in the background and other member in the group can still hear the voice.
By design I mean the functionality. When you press the X then the pip window is closed, but the meeting continues. We have no code which would end the meeting when X is pressed.
We have one more concern that we are using dominate speaker participant id using conference middleware but when there are only 2-3 members in the room the dominate speaker participant id don’t change but when we have more than 4 members it works perfectly.
Can you please explain this scenario and what should we add in fix?
2 or 3 participants? I think the dominant speaker won’t change for 2 participants because the JVB is not involved. When it is, that is, with 3 or more participants, there is no difference and you should be seeing the event.
Speaker stats are enabled by default. You can test them on meet.jit.si.
These are stats about approximate duration of people talking in the meeting. Counting works locally, but for newcomers it needs a serverside component to update the times for what happened before the participant joins.
I think speakerstats works for two participants … Maybe the events that are used for that can be bubbled up and to replace the events that normally come from the bridge … Any PRs are welcome.