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

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: Inject the TransportController to PeerConnection. 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 98217bff266a2a67e7fbb99964210051d88fa5a1..987f026655926d8ff9a1fe7abb9f94bb4bbd1364 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