Index: remoting/protocol/ice_connection_to_client.cc |
diff --git a/remoting/protocol/ice_connection_to_client.cc b/remoting/protocol/ice_connection_to_client.cc |
index 2172ff4b91f0239f3338ff2c636bf2e6f1e2cd51..45af7f5301ada8d277b9b69ebc57dd4717dfaa28 100644 |
--- a/remoting/protocol/ice_connection_to_client.cc |
+++ b/remoting/protocol/ice_connection_to_client.cc |
@@ -206,6 +206,7 @@ void IceConnectionToClient::NotifyIfChannelsReady() { |
return; |
} |
event_handler_->OnConnectionChannelsConnected(this); |
+ event_handler_->CreateVideoStreams(this); |
} |
void IceConnectionToClient::CloseChannels() { |