From f9ebd82e6d7150bbe0abfc056d2c6caa35649417 Mon Sep 17 00:00:00 2001 From: xia-chu <771730766@qq.com> Date: Thu, 6 May 2021 10:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=9B=B4=E5=A4=9Artp=20ext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webrtc/Sdp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webrtc/Sdp.cpp b/webrtc/Sdp.cpp index 9abe83b2..1c1f0fed 100644 --- a/webrtc/Sdp.cpp +++ b/webrtc/Sdp.cpp @@ -1297,7 +1297,8 @@ void RtcConfigure::RtcTrackConfigure::setDefaultSetting(TrackType type){ "urn:ietf:params:rtp-hdrext:ssrc-audio-level", "urn:ietf:params:rtp-hdrext:sdes:mid", "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id", - "urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id" + "urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id", + "urn:ietf:params:rtp-hdrext:csrc-audio-level" }; break; }