[webrtc-stats] audioLevel can be removed from "track" stats (#391)

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

== audioLevel can be removed from "track" stats ==
From https://bugs.chromium.org/p/chromium/issues/detail?id=736403#c10
> Given the long time this didn't get any priority... what is the usecase for audioLevel? Could this be removed from the spec? For long-term measurements it useless since it instant (so totalAudioEnergy would be better ... ).
For getting the value, there is now the getSynchronizationSources API.

if I have the history right, the [getSynchronizationSources()](http://w3c.github.io/webrtc-pc/#dom-rtcrtpreceiver-getsynchronizationsources) got added to the spec to solve the `audioLevel` "track" stat being impractical to poll in real-time. So why don't we remove `audioLevel`?

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

Received on Wednesday, 13 February 2019 20:01:16 UTC