Backed out changeset f117d9332a08 (bug 1607205) for causing gtest crashes.

This commit is contained in:
Cosmin Sabou 2020-01-22 20:12:54 +02:00
Родитель be513b0703
Коммит 3c58f21e22
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -1014,8 +1014,6 @@ void WebrtcAudioConduit::DeleteRecvStream() {
mCall->Call()->DestroyAudioReceiveStream(mRecvStream);
mRecvStream = nullptr;
}
mRecvChannelProxy->SetRtcpEventObserver(nullptr);
// Destroying the stream unregisters the transport
mRecvChannelProxy->RegisterTransport(nullptr);
}