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(); |
} |