Wire up RTP keep-alive in ortc api.
[This CL is work in progress.]
Wire up the rtp keep-alive in webrtc::Call::Config using new
SetRtpTransportParameters() method on RtpTransportInterface.
BUG=webrtc:7907
Review-Url: https://codereview.webrtc.org/2981513002
Cr-Commit-Position: refs/heads/master@{#19287}
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 813f92b..7bd0104 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -76,6 +76,7 @@
]
deps = [
":rtp_interfaces",
+ "..:webrtc_common",
"../modules/congestion_controller",
"../rtc_base:rtc_base_approved",
]