w3c / webrtc-extensions

A repository for experimental additions to the WebRTC API
https://w3c.github.io/webrtc-extensions/
Other
59 stars 19 forks source link

captureTimestamp: RTCRtpContributingSource vs RTCRtpSynchronizationSource #215

Open dontcallmedom opened 5 months ago

dontcallmedom commented 5 months ago

The spec adds captureTimestamp and senderCaptureTimeoffset to RTCRtpContributingSource, yet the corresponding test (and apparently the implementation in Chromium) has them in RTCRtpSynchronizationSource.

dontcallmedom commented 5 months ago

(this was identified in the relevant Firefox bug)