[webrtc-pc] Pull Request: Split getContributingSources into two methods, for CSRCs and SSRCs.

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

== Split getContributingSources into two methods, for CSRCs and SSRCs. ==
There's now getContributingSources and getSynchronizationSources,
which return RTCRtpContributingSources and
RTCRtpSynchronizationSources, respectively. These interfaces are
slightly different, in that only RTCRtpSynchronizationSource has
voiceActivityFlag, and non-nullable audioLevel.

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

Received on Thursday, 20 April 2017 06:01:02 UTC