From 65c359a79c90aea2117b187378b678db28f7aa7d Mon Sep 17 00:00:00 2001
From: Paulo Lanzarin <4529051+prlanzarin@users.noreply.github.com>
Date: Wed, 24 Mar 2021 12:16:13 -0300
Subject: [PATCH] audio: change default SDP format to Unified Plan

Making the default transition a bit earlier so that we can field trial it just to be sure enough it's safe.
---
 bigbluebutton-html5/private/config/settings.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml
index 94525d1d95..98f9f6a4cf 100755
--- a/bigbluebutton-html5/private/config/settings.yml
+++ b/bigbluebutton-html5/private/config/settings.yml
@@ -415,7 +415,7 @@ public:
     #Trace sip/audio messages in browser. If not set, default value is false.
     traceSip: false
     # SDP semantics: plan-b|unified-plan
-    sdpSemantics: 'plan-b'
+    sdpSemantics: 'unified-plan'
   stats:
     enabled: true
     interval: 2000
-- 
GitLab