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

Unified Diff: talk/app/webrtc/webrtcsession.h

Issue 1231913003: Add methods to set the ICE connection receiving_timeout values. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Set the timeout value Created 5 years, 5 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: talk/app/webrtc/webrtcsession.h
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
index a2cba209703068437ea7728995f1196499d45c09..e1b67c242b8a9f9b9003c7e6d59b34c28fab32a8 100644
--- a/talk/app/webrtc/webrtcsession.h
+++ b/talk/app/webrtc/webrtcsession.h
@@ -174,6 +174,8 @@ class WebRtcSession : public cricket::BaseSession,
bool SetIceTransports(PeerConnectionInterface::IceTransportsType type);
+ void SetIceConnectionReceivingTimeout(int timeout_ms);
+
const SessionDescriptionInterface* local_description() const {
return local_desc_.get();
}

Powered by Google App Engine
This is Rietveld 408576698