| 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 6e575513645e48dc5edb3297e7b254e24a931060..a3313b966672cf5692723441b751c113b955223e 100644
|
| --- a/remoting/protocol/ice_connection_to_client.cc
|
| +++ b/remoting/protocol/ice_connection_to_client.cc
|
| @@ -205,6 +205,7 @@ void IceConnectionToClient::NotifyIfChannelsReady() {
|
| return;
|
| }
|
| event_handler_->OnConnectionChannelsConnected(this);
|
| + event_handler_->CreateVideoStreams(this);
|
| }
|
|
|
| void IceConnectionToClient::CloseChannels() {
|
|
|