Searched refs:temp_sctp_dcs (Results 1 – 1 of 1) sorted by relevance
1938 std::vector<rtc::scoped_refptr<DataChannel>> temp_sctp_dcs; in OnDataChannelDestroyed() local1939 temp_sctp_dcs.swap(sctp_data_channels_); in OnDataChannelDestroyed()1940 for (const auto& channel : temp_sctp_dcs) { in OnDataChannelDestroyed()