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

Unified Diff: webrtc/call.h

Issue 1803063004: Reset the BWE when the network changes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 9 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/call.h
diff --git a/webrtc/call.h b/webrtc/call.h
index 313c5e58c16f49446c8d6fbcdaa92950179628a8..67ad3f3b0b9c97a5bb3febe16433d1fcfc5c7477 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -135,6 +135,8 @@ class Call {
const Config::BitrateConfig& bitrate_config) = 0;
virtual void SignalNetworkState(NetworkState state) = 0;
+ virtual void OnNetworkChanged(int local_net_id, int remote_net_id) = 0;
pthatcher1 2016/03/16 21:22:03 To save ourselves trouble later when we want to ad
honghaiz3 2016/03/17 03:38:26 I now just pass the Connection (CandidatePair), wh
+
virtual void OnSentPacket(const rtc::SentPacket& sent_packet) = 0;
virtual ~Call() {}

Powered by Google App Engine
This is Rietveld 408576698