Skip to content

Commit

Permalink
Inject ssrcs for receive-only endpoints by default. (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Jun 3, 2021
1 parent f654702 commit 1eec23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jicofo {

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

max-ssrcs-per-user = 20

Expand Down

0 comments on commit 1eec23b

Please sign in to comment.