Roll forward to cl/340537221

Signed-off-by: hai007 <hais@google.com>
This commit is contained in:
hai007
2020-11-03 15:29:35 -08:00
parent 59a4f83de2
commit 75a951665f
7 changed files with 26 additions and 19 deletions
+4
View File
@@ -33,6 +33,10 @@ class WebRtcMedium {
virtual ~WebRtcMedium() = default;
// Gets the default two-letter country code associated with current locale.
// For example, en_US locale resolves to "US".
virtual const std::string GetDefaultCountryCode() = 0;
// Creates and returns a new webrtc::PeerConnectionInterface object via
// |callback|.
virtual void CreatePeerConnection(webrtc::PeerConnectionObserver* observer,