Skip to content

Commit

Permalink
SSRC rewriting feature requires source name signaling feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
jqdrqgnq committed Sep 27, 2022
1 parent 0eb385f commit 46c7928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public boolean hasSourceNameSupport()
*/
public boolean hasSsrcRewritingSupport()
{
return supportedFeatures.contains(DiscoveryUtil.FEATURE_SSRC_REWRITING);
return supportedFeatures.contains(DiscoveryUtil.FEATURE_SSRC_REWRITING) && hasSourceNameSupport();
}

/**
Expand Down

0 comments on commit 46c7928

Please sign in to comment.