diff --git a/constants.go b/constants.go index 878830934d9..280292180f4 100644 --- a/constants.go +++ b/constants.go @@ -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" )