I apologise if this is already addressed somewhere but I searched & didn’t find anything.
I’m building a web app based on lib-jitsi-meet and I followed the example in the /doc/example directory
I hooked up the 2 stats listeners like this:
this.conference.on(JitsiMeetJS.events.connectionQuality.LOCAL_STATS_UPDATED, onLocalStats)
this.conference.on(JitsiMeetJS.events.connectionQuality.REMOTE_STATS_UPDATED, onRemoteStats)
but the remote stats event never fires.
Am I doing something wrong? I tried conferences with 2 and 3 participants but always the same result. Remote stats update never fires.