Open dontcallmedom opened 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.
captureTimestamp
senderCaptureTimeoffset
RTCRtpContributingSource
RTCRtpSynchronizationSource
(this was identified in the relevant Firefox bug)
The spec adds
captureTimestamp
andsenderCaptureTimeoffset
toRTCRtpContributingSource
, yet the corresponding test (and apparently the implementation in Chromium) has them inRTCRtpSynchronizationSource
.