webrtc-stats icon indicating copy to clipboard operation
webrtc-stats copied to clipboard

RTCPeerConnectionStats is missing state stats (connection, ice, gathering, signaling)

Open henbos opened this issue 5 years ago • 1 comments

RTCPeerConnectionStats does not contain PC state information.

henbos avatar Sep 10 '19 13:09 henbos

but you can, inside the context of the getStats response access the peerconnection and all those attributes?

fippo avatar Sep 10 '19 16:09 fippo

I think we can defer to the APIs rather than getStats for this

henbos avatar Oct 18 '22 13:10 henbos