w3c / webrtc-extensions

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

captureTimestamp: RTCRtpContributingSource vs RTCRtpSynchronizationSource #215

Open dontcallmedom opened 1 week ago

dontcallmedom commented 1 week 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 1 week ago

(this was identified in the relevant Firefox bug)