RTCRtpContributingSource: source property
The read-only source
property of
the RTCRtpContributingSource
dictionary contains the source identifier of
a particular stream of RTP packets.
The value is the contributing source (CSRC)
or synchronization source (SSRC) identifier, depending on whether the object is an
RTCRtpContributingSource
or RTCRtpSynchronizationSource
,
which is based on the former.
Value
An unsigned, 32-bit integer value which uniquely identifies the source of RTP packets
described by this RTCRtpContributingSource
(in which case the value is a
CSRC identifier) or RTCRtpSynchronizationSource
(the value is an SSRC
identifier).
Specifications
Specification |
---|
WebRTC: Real-Time Communication in Browsers # dom-rtcrtpcontributingsource-source |
Browser compatibility
BCD tables only load in the browser