Skip to content

Commit

Permalink
More lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancable committed Oct 8, 2023
1 parent e9d41bf commit 9ca336b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ const (

sdesRepairRTPStreamIDURI = "urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id"

// Interceptor attribute added when Read() returns an RTX packet containing the RTX stream payload type
// AttributeRtxPayloadType is the interceptor attribute added when Read() returns an RTX packet containing the RTX stream payload type
AttributeRtxPayloadType = "rtx_payload_type"
// Interceptor attribute added when Read() returns an RTX packet containing the RTX stream SSRC
// AttributeRtxSsrc is the interceptor attribute added when Read() returns an RTX packet containing the RTX stream SSRC
AttributeRtxSsrc = "rtx_ssrc"
// Interceptor attribute added when Read() returns an RTX packet containing the RTX stream sequence number
// AttributeRtxSequenceNumber is the interceptor attribute added when Read() returns an RTX packet containing the RTX stream sequence number
AttributeRtxSequenceNumber = "rtx_sequence_number"
)

Expand Down

0 comments on commit 9ca336b

Please sign in to comment.