Add receive_timestamp to DatagramAcks.
Whenever a datagram is acked, the datagram transport will provide the
remote peer's receive timestamp in this field.
Bug: webrtc:9719
Change-Id: I516b9d602e62179a3deda001e0ee9b484aa20d37
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139440
Reviewed-by: Anton Sukhanov <sukhanov@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Commit-Queue: Bjorn Mellem <mellem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28114}
diff --git a/api/BUILD.gn b/api/BUILD.gn
index 375cf9d..4bf0a3b 100644
--- a/api/BUILD.gn
+++ b/api/BUILD.gn
@@ -158,6 +158,7 @@
"transport/media:audio_interfaces",
"transport/media:video_interfaces",
"units:data_rate",
+ "units:timestamp",
"video:encoded_image",
"video:video_frame",
"//third_party/abseil-cpp/absl/algorithm:container",