Re: [webrtc-pc] When should RTCRtpContributingSource#audioLevel be null?

I believe the intention is that:

- For SSRC `RTCRtpContributingSource`objects, the level comes from the RFC6464 extension if present, and otherwise is computed by the browser.
- For CSRC `RTCRtpContributingSource` objects, the level comes from the RFC6465 extension if present, and otherwise is `null`.

Assuming my interpretation is correct, this could definitely be specified more clearly.

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1090#issuecomment-288149653 using your GitHub account

Received on Tuesday, 21 March 2017 17:10:54 UTC