Index: talk/app/webrtc/webrtcsession.cc |
diff --git a/talk/app/webrtc/webrtcsession.cc b/talk/app/webrtc/webrtcsession.cc |
index 3d192c22d10b8bc9e8dcf3ba961e4cdd55860363..1fa8ea12886980637c682b921c7f1cbfbed99f05 100644 |
--- a/talk/app/webrtc/webrtcsession.cc |
+++ b/talk/app/webrtc/webrtcsession.cc |
@@ -585,6 +585,9 @@ bool WebRtcSession::Initialize( |
certificate = rtc_configuration.certificates[0]; |
} |
+ SetIceConnectionReceivingTimeout( |
+ rtc_configuration.ice_connection_receiving_timeout); |
+ |
// TODO(perkj): Take |constraints| into consideration. Return false if not all |
// mandatory constraints can be fulfilled. Note that |constraints| |
// can be null. |