Add RTP timestamp to RTCRtpReceiver.RTCRtpContributingSource. This is additional metadata to the existing RTP source.
This is needed to make it possible to link the information in RTCRtpContributingSource to a specific video/audio frame. One use case is a server-client WebRTC system where the client can now synchronize external events to a particular source frame and send this information back to the server.
Docs: https://w3c.github.io/webrtc-pc/#dom-rtcrtpcontributingsource
Explainers: This is a very minor addition to an existing API. This is the discussion that lead to the addition of this feature to the WebRTC specification: https://github.com/w3c/webrtc-pc/issues/2177