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

Unified Diff: webrtc/p2p/base/candidatepairinterface.h

Issue 2094863003: Reland of "Revert of Update the BWE when the network route changes. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 6 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/p2p/base/candidatepairinterface.h
diff --git a/webrtc/p2p/base/candidatepairinterface.h b/webrtc/p2p/base/candidatepairinterface.h
index 1d11c22a525593ae29625f4cadcf1957165ea10f..91b47f470afc77de695b660da4d655544d3b2c63 100644
--- a/webrtc/p2p/base/candidatepairinterface.h
+++ b/webrtc/p2p/base/candidatepairinterface.h
@@ -21,6 +21,8 @@
virtual const Candidate& local_candidate() const = 0;
virtual const Candidate& remote_candidate() const = 0;
+
+ virtual bool ReadyToSendMedia() const = 0;
};
} // namespace cricket
« no previous file with comments | « webrtc/modules/congestion_controller/include/congestion_controller.h ('k') | webrtc/p2p/base/faketransportcontroller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698