From 9ed14e281cee951830b083e3f0f5aa0b3ce94b8d Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Thu, 15 Feb 2024 12:54:53 -0600 Subject: [PATCH] Enable ssrc rewriting by default. --- jicofo-selector/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jicofo-selector/src/main/resources/reference.conf b/jicofo-selector/src/main/resources/reference.conf index 9e3db5e878..05fd7d0ec4 100644 --- a/jicofo-selector/src/main/resources/reference.conf +++ b/jicofo-selector/src/main/resources/reference.conf @@ -211,7 +211,7 @@ jicofo { strip-simulcast = true // Whether to use SSRC rewriting for participants that support it. - use-ssrc-rewriting = false + use-ssrc-rewriting = true // Whether to use a JSON encoding of sources instead of the standard Jingle encoding (only used for participants // that signal support for JSON encoded sources).