Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: webrtc/media/engine/fakewebrtccall.h

Issue 2981513002: Wire up RTP keep-alive in ortc api. (Closed)
Patch Set: wip Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/media/engine/fakewebrtccall.h
diff --git a/webrtc/media/engine/fakewebrtccall.h b/webrtc/media/engine/fakewebrtccall.h
index 10a5e9f7462139e62bfc7501db942fd739d37bb6..95406ea96f87a5d51b093ed0993200278df627a3 100644
--- a/webrtc/media/engine/fakewebrtccall.h
+++ b/webrtc/media/engine/fakewebrtccall.h
@@ -304,6 +304,7 @@ class FakeCall final : public webrtc::Call, public webrtc::PacketReceiver {
void OnTransportOverheadChanged(webrtc::MediaType media,
int transport_overhead_per_packet) override;
void OnSentPacket(const rtc::SentPacket& sent_packet) override;
+ bool SetRtpKeepAliveConfig(const webrtc::RtpKeepAliveConfig& config) override;
webrtc::Call::Config config_;
webrtc::NetworkState audio_network_state_;

Powered by Google App Engine
This is Rietveld 408576698