Skip to content

Commit

Permalink
Add playout-delay URI to RtpHeaderExtensionUri type (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNegro committed Jun 24, 2024
1 parent cb92639 commit 43917f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/RtpParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ export type RtpHeaderExtensionUri =
| 'urn:ietf:params:rtp-hdrext:toffset'
| 'http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01'
| 'http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time'
| 'http://www.webrtc.org/experiments/rtp-hdrext/abs-capture-time';
| 'http://www.webrtc.org/experiments/rtp-hdrext/abs-capture-time'
| 'http://www.webrtc.org/experiments/rtp-hdrext/playout-delay';

/**
* Defines a RTP header extension within the RTP parameters. The list of RTP
Expand Down

0 comments on commit 43917f9

Please sign in to comment.