RTCRtpSynchronizationSource

The RTCRtpSynchronizationSource dictionary of the WebRTC API is used by getSynchronizationSources() to describe a particular synchronization source (SSRC).

A synchronization source is a single source that shares timing and sequence number space. Since RTCRtpSynchronizationSource implements RTCRtpContributingSource, its properties are also available.

The information provided is based on the last ten seconds of media received.

Note: While the published specification describes this as an interface, it has since been changed to a dictionary in follow-up drafts.

Properties

Also implements the properties of RTCRtpContributingSource.

voiceActivityFlag Optional

A Boolean value indicating whether or not voice activity is included in the last RTP packet played from the source. If the peer has indicated that it's not supporting voice activity detection, this field is not provided.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
RTCRtpSynchronizationSource
No
No
59
No
No
12.1
No
No
59
No
12.2
No
voiceActivityFlag
No
No
59
No
No
12.1
No
No
59
No
12.2
No

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSynchronizationSource