The getContributingSources()
method of the RTCRtpReceiver
interface returns an array of RTCRtpContributingSource
instances, each corresponding to one CSRC (contributing source) identifier received by the current RTCRtpReceiver
in the last ten seconds.
var rtcRtpContributingSources = rtcRtpReceiver.getContributingSources()
None.
An array of RTCRtpContributingSource
instances. Each instance describes one of the contributing sources that provided data to the incoming stream in the past ten seconds.
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'getContributingSources()' in that specification. | Candidate Recommendation | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 59 | 12 | 59 | ? | No | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | 59 | 59 | ? | 59
|
No | ? | 7.0 |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpReceiver/getContributingSources