Re: [webrtc-stats] audioLevel can be removed from "track"|"receiver"|"sender" stats (#391)

Some things have been moved around recently, update:
We have totalAudioEnergy for the send-side on "media-source" and on the receive-side on "inbound-rtp" (or receiving "track" stats on obsolete implementations like Chrome). Same for audioLevel, which is "recent audio energy".

We can't rely on getSynchronizationSources() for send-side levels because this API only exists on the RTCRtpReceiver. If we have one of them I think we should have both. Pragmatically, if this doesn't exist here, then people would use legacy goog-stats...

I suggest closing this issue, but an argument could be made for moving them to the obsolete section.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/391#issuecomment-526196518 using your GitHub account

Received on Thursday, 29 August 2019 13:55:36 UTC