The Resolution and Frame rate stats are showing incorrectly as N/A for the first participant:
All subsequent paticipants are correctly showing the stats:
This has been occuring for the last few weeks on alpha.jitsi.net, beta.meet.jit.si, and meet.jit.si. This is a regression. If no one objects, I will create a PR.
Edit: If the preferred codec is set to VP8 in the URL parms, then all user stats will show the codec incorrectly as VP9. If E2EE is turned on, then all user stats will correctly show as VP8.
“If the preferred codec is set to VP8 in the URL parms, then all user stats will show the codec incorrectly as VP9. If E2EE is turned on using VP8, then all user stats will correctly show as VP8.”
Turning on E2EE (and it works for VP8) was a way to check if the codec was “actually” VP8 and not VP9. So, there are two problems:
(1) The first participant does not show the resolution and frame rate ever at all.
(2) The codec shown can be incorrect for all participants
UPDATE: I can no longer reproduce the incorrect codec issue - go figure… However, the issue concerning the first participant not showing the resolution and frame rate still persists. I’ll make a PR.
Thanks! When you say the first participant you mean while the first participant is alone? That would be expected. Those stats are not gathered until a PeerConnection is created, which happens when a second participant joins the call.