Issue #, if available:
Currently the getStats() returns data that is translated and highly structured. This does not give client's much flexibility when compiling stats from the call.
Description of changes:
Added getStatsRaw() to enable clients to digest the raw stats from RTCPeerConnection object rather than the media tracks themselves.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: Currently the
getStats()
returns data that is translated and highly structured. This does not give client's much flexibility when compiling stats from the call.Description of changes: Added
getStatsRaw()
to enable clients to digest the raw stats from RTCPeerConnection object rather than the media tracks themselves.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.