fix webrtc echo error (#3442)

遵循着pr #3360 的修改方式解决webrtc echo模式失败的问题
This commit is contained in:
Dw9 2024-04-05 22:11:50 +08:00 committed by GitHub
parent 071f008108
commit edca662208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ void WebRtcEchoTest::onCheckSdp(SdpType type, RtcSession &sdp) {
for (auto &m : sdp.media) {
for (auto &ssrc : m.rtp_rtx_ssrc) {
if (!ssrc.msid.empty()) {
ssrc.msid = "zlmediakit msid";
ssrc.msid = "zlmediakit-mslabel zlmediakit-label-" + m.mid;
}
}
}