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

Unified Diff: webrtc/api/webrtcsession.h

Issue 1975453002: Add PeerConnection IsClosed check. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Minor Changes. Created 4 years, 7 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/api/webrtcsession.h
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
index dd47229a61e1a5f55568a8ecb53e4e66c3450a95..5f71cbb65da5a03f53392dbb50ac51c940bc91c0 100644
--- a/webrtc/api/webrtcsession.h
+++ b/webrtc/api/webrtcsession.h
@@ -321,6 +321,11 @@ class WebRtcSession : public AudioProviderInterface,
metrics_observer_ = metrics_observer;
}
+ // Set the transport controller and subscribe the Signals from the
+ // TransportController.
+ void SetTransportController(
+ cricket::TransportController* transport_controller);
+
// Called when voice_channel_, video_channel_ and data_channel_ are created
// and destroyed. As a result of, for example, setting a new description.
sigslot::signal0<> SignalVoiceChannelCreated;

Powered by Google App Engine
This is Rietveld 408576698