getContributingSources method
The getContributingSources()
method of the RTCRtpReceiver
interface returns an array of objects, each corresponding to one CSRC
(contributing source) identifier received by the current RTCRtpReceiver
in the last ten seconds.
Implementation
external JSArray<RTCRtpContributingSource> getContributingSources();