[webrtc-pc] Pull Request: Add paragraph about RtpContributingSources being updated simultaneously.

taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== Add paragraph about RtpContributingSources being updated simultaneously. ==
Fixes #1124.

The intent of this PR is to ensure that if an application reads the
attributes of multiple `RTCRtpContributingSource`s, the values are all
taken from the same point in time, so they're comparable.

For example, an application may compare timestamps to see which
contributing source(s) are actively contributing (have the most recent
timestamp), or see which one is loudest. Without the guarantee this PR
attempts to add, a browser might return values from different points in
time for different `RTCRtpContributingSource`s, making such comparisons
unreliable.

See https://github.com/w3c/webrtc-pc/pull/1149

Received on Monday, 1 May 2017 03:18:22 UTC