We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716af90 commit e20abdaCopy full SHA for e20abda
jicofo-common/src/main/kotlin/org/jitsi/jicofo/codec/CodecUtil.kt
@@ -258,7 +258,7 @@ class CodecUtil {
258
259
if (config.rid.enabled()) {
260
val rtpStreamId = RTPHdrExtPacketExtension()
261
- rtpStreamId.id = config.rid.enabled().toString()
+ rtpStreamId.id = config.rid.id.toString()
262
rtpStreamId.uri = URI.create("urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id")
263
add(rtpStreamId)
264
}
0 commit comments