fix(rtcp/bye): 收到rtcp bye时不断开webrtc连接 (#2123)

bye(203) 会在 sender audio track mute 时出现, 不能作为 shutdown 的依据
This commit is contained in:
johzzy
2022-11-28 17:52:37 +08:00
committed by GitHub
parent 6c655810ec
commit bc4fa2bc53
2 changed files with 1 additions and 2 deletions

View File

@@ -160,7 +160,6 @@ void WebRtcPusher::OnDtlsTransportClosed(const RTC::DtlsTransport *dtlsTransport
}
void WebRtcPusher::onRtcpBye(){
_push_src = nullptr;
WebRtcTransportImp::onRtcpBye();
}