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

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

Issue 2981513002: Wire up RTP keep-alive in ortc api. (Closed)
Patch Set: Moved tests around Created 3 years, 4 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 e4bc6563c5439b46ee6de752a5e3516e8694f645..22c578715c9ca2bc2b5292100f44dc968a020ca1 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