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 |