Skip to content

Commit

Permalink
Fix the ID of the RID extension. (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Jan 31, 2024
1 parent 716af90 commit e20abda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class CodecUtil {

if (config.rid.enabled()) {
val rtpStreamId = RTPHdrExtPacketExtension()
rtpStreamId.id = config.rid.enabled().toString()
rtpStreamId.id = config.rid.id.toString()
rtpStreamId.uri = URI.create("urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id")
add(rtpStreamId)
}
Expand Down

0 comments on commit e20abda

Please sign in to comment.