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

Unified Diff: webrtc/call/call.h

Issue 2981513002: Wire up RTP keep-alive in ortc api. (Closed)
Patch Set: deps, again 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
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/call/call.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/call.h
diff --git a/webrtc/call/call.h b/webrtc/call/call.h
index f99ba851ab420daeb5c12f03e1577f1701c4cbb3..86142f0feaaf065c3215a9e3086bfdf63b08911e 100644
--- a/webrtc/call/call.h
+++ b/webrtc/call/call.h
@@ -112,12 +112,6 @@ class Call {
// RtcEventLog to use for this call. Required.
// Use webrtc::RtcEventLog::CreateNull() for a null implementation.
RtcEventLog* event_log = nullptr;
-
- // Enables periodic sending if empty keep-alive messages that helps prevent
- // network time-out events. The packets adhere to RFC6263 section 4.6, and
- // by default use payload type 20, as described in 3GPP TS 24.229,
- // Appendix K.5.2.1.
- RtpKeepAliveConfig keepalive_config;
};
struct Stats {
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/call/call.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698