RTCRtpReceiver.getContributingSources()
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.
Syntax
var rtcRtpContributingSources = rtcRtpReceiver.getContributingSources()
Parameters
None.
Return value
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.
Specifications
Specification |
---|
WebRTC 1.0: Real-Time Communication Between Browsers # dom-rtcrtpreceiver-getcontributingsources |
Browser compatibility
BCD tables only load in the browser