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
Currently both RTCEncodedAudioFrame and RTCEncodedVideoFrame have a timestamp field directly on the frame defined as the RTP timestamp, and a timestamp in their Metadata dict defined as the Presentation timestamp (to match WebCodecs). This is quite a confusing situation.
As discussed during the April Interim and on #173, it makes sense to move the RTP timestamp to the metadata and rename it rtpTimestamp.