From 043c1bab72a8fbc23613107d268de1f4503f766f Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Thu, 14 Oct 2021 14:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=A4=8Drtc=20sdp=E6=97=B6,=E4=B8=8D?= =?UTF-8?q?=E6=8B=B7=E8=B4=9Dssrc=E7=9B=B8=E5=85=B3=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webrtc/Sdp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/Sdp.cpp b/webrtc/Sdp.cpp index 2e8010ee..869da01e 100644 --- a/webrtc/Sdp.cpp +++ b/webrtc/Sdp.cpp @@ -1669,8 +1669,6 @@ RETRY: answer_media.ice_lite = configure.ice_lite; answer_media.candidate = configure.candidate; answer_media.rtp_rids = offer_media.rtp_rids; - answer_media.rtp_ssrc_sim = offer_media.rtp_ssrc_sim; - answer_media.rtp_rtx_ssrc = offer_media.rtp_rtx_ssrc; switch (offer_media.role) { case DtlsRole::actpass : case DtlsRole::active : {