The RTCRtpSynchronizationSource
dictionary of the 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.
While the published specification describes this as an interface, it has since been changed to a dictionary in follow-up drafts.
Also implements the properties of RTCRtpContributingSource
.
voiceActivityFlag
Optional
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCRtpSynchronizationSource' in that specification. | Candidate Recommendation | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | No | ? | 59
|
No | No | ? |
voiceActivityFlag |
No | ? | 59
|
No | No | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | No | No | ? | 59
|
No | ? | No |
voiceActivityFlag |
No | No | ? | 59
|
No | ? | No |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSynchronizationSource