I want to use getstats() to get the send bitrate, resolution, and frame rate of each layer of a simulcast.
getstats() requires an object of RTCPeerConnection, but how can I get the object of RTCPeerConnection if I use lib-jitsi-meet?
Or is there a way to achieve this without using getstats()?