RTCRtpReceiver: getContributingSources() method
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
js
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: Real-Time Communication in Browsers # dom-rtcrtpreceiver-getcontributingsources |
Browser compatibility
BCD tables only load in the browser