You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But a frame's timestamp is not defined in the spec.
RTCEncodedFrameMetadata and RTCEncodedVideoFrameMetadata define several timestamps, the most relevant of which seem to be the rtpTimestamp and timestamp.
An older version of the spec also defined a timestamp field in RTCEncodedVideoFrame, which was removed and replaced by the rtpTimestamp field in RTCEncodedFrameMetadata.
Existing implementations resolve the promise with rtpTimestamp. If this is the intent, we should update the spec to be clear about this.