[webrtc-stats] Outbound audio levels (#449)

henbos has just created a new issue for https://github.com/w3c/webrtc-stats:

== Outbound audio levels ==
audioLevel, totalAudioEnergy and totalSamplesDurations are currently on the "track" or "sender" stats objects. This raises several questions in my head:
- They are tied to samples sent, should all of these really be moved to "outbound-rtp"?
- Hang on, if these are samples sent, that means that using these for audio indication of the microphone is broken if you are not connected?

Instead, should we move these to "media-source"? Or have similar metrics in both "media-source" (the levels of the local track) and audio levels sent over RTP ("outbound-rtp")?


Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/449 using your GitHub account

Received on Wednesday, 26 June 2019 08:00:03 UTC