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