Skip to content

Commit 1eec23b

Browse files
Inject ssrcs for receive-only endpoints by default. (#745)
1 parent f654702 commit 1eec23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jicofo {
159159

160160
// Whether jicofo should inject a random SSRC for endpoints which don't advertise any SSRCs. This is a temporary
161161
// workaround for an issue with signaling endpoints for Octo.
162-
inject-ssrc-for-recv-only-endpoints = false
162+
inject-ssrc-for-recv-only-endpoints = true
163163

164164
max-ssrcs-per-user = 20
165165

0 commit comments

Comments
 (0)