Skip to content

Commit

Permalink
Update test fixtures to keep up with sdp module
Browse files Browse the repository at this point in the history
  • Loading branch information
legastero committed Sep 29, 2023
1 parent 64ba06e commit bc25a61
Showing 1 changed file with 38 additions and 18 deletions.
56 changes: 38 additions & 18 deletions test/jingle/sdp/audio-video.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,34 +170,41 @@
{
"id": 1,
"direction": "sendrecv",
"uri": "urn:ietf:params:rtp-hdrext:ssrc-audio-level"
"uri": "urn:ietf:params:rtp-hdrext:ssrc-audio-level",
"attributes": ""
},
{
"id": 2,
"direction": "sendrecv",
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time"
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time",
"attributes": ""
},
{
"id": 3,
"direction": "sendrecv",
"uri": "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01"
"uri": "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01",
"attributes": ""
},
{
"id": 4,
"direction": "sendrecv",
"uri": "urn:ietf:params:rtp-hdrext:sdes:mid"
"uri": "urn:ietf:params:rtp-hdrext:sdes:mid",
"attributes": ""
},
{
"id": 5,
"direction": "sendrecv",
"uri": "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id"
"uri": "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id",
"attributes": ""
},
{
"id": 6,
"direction": "sendrecv",
"uri": "urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id"
"uri": "urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id",
"attributes": ""
}
],
"profile": "UDP/TLS/RTP/SAVPF",
"rtcp": []
},
"setup": "actpass",
Expand Down Expand Up @@ -850,64 +857,77 @@
{
"id": 14,
"direction": "sendrecv",
"uri": "urn:ietf:params:rtp-hdrext:toffset"
"uri": "urn:ietf:params:rtp-hdrext:toffset",
"attributes": ""
},
{
"id": 2,
"direction": "sendrecv",
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time"
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time",
"attributes": ""
},
{
"id": 13,
"direction": "sendrecv",
"uri": "urn:3gpp:video-orientation"
"uri": "urn:3gpp:video-orientation",
"attributes": ""
},
{
"id": 3,
"direction": "sendrecv",
"uri": "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01"
"uri": "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01",
"attributes": ""
},
{
"id": 12,
"direction": "sendrecv",
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/playout-delay"
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/playout-delay",
"attributes": ""
},
{
"id": 11,
"direction": "sendrecv",
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/video-content-type"
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/video-content-type",
"attributes": ""
},
{
"id": 7,
"direction": "sendrecv",
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/video-timing"
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/video-timing",
"attributes": ""
},
{
"id": 8,
"direction": "sendrecv",
"uri": "http://tools.ietf.org/html/draft-ietf-avtext-framemarking-07"
"uri": "http://tools.ietf.org/html/draft-ietf-avtext-framemarking-07",
"attributes": ""
},
{
"id": 9,
"direction": "sendrecv",
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/color-space"
"uri": "http://www.webrtc.org/experiments/rtp-hdrext/color-space",
"attributes": ""
},
{
"id": 4,
"direction": "sendrecv",
"uri": "urn:ietf:params:rtp-hdrext:sdes:mid"
"uri": "urn:ietf:params:rtp-hdrext:sdes:mid",
"attributes": ""
},
{
"id": 5,
"direction": "sendrecv",
"uri": "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id"
"uri": "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id",
"attributes": ""
},
{
"id": 6,
"direction": "sendrecv",
"uri": "urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id"
"uri": "urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id",
"attributes": ""
}
],
"profile": "UDP/TLS/RTP/SAVPF",
"rtcp": []
},
"setup": "actpass",
Expand Down

0 comments on commit bc25a61

Please sign in to comment.