Skip to content

Commit

Permalink
Extmap: Add ssrc-audio-level RTP extension URI
Browse files Browse the repository at this point in the history
This is for ion-sfu to be able to register this RTP extension. From
RFC6464.

Also add myself to the README as required by Metadata.Contributors CI
check.
  • Loading branch information
grahamking committed Jan 15, 2021
1 parent dc4fbba commit 547e65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contribu
* [ZHENK](https://github.com/scorpionknifes)
* [Tarrence van As](https://github.com/tarrencev)
* [Maxim Oransky](https://github.com/sdfsdhgjkbmnmxc)
* [Graham King](https://github.com/grahamking/)

### License
MIT License - see [LICENSE](LICENSE) for full text
1 change: 1 addition & 0 deletions extmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const (
TransportCCURI = "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01"
SDESMidURI = "urn:ietf:params:rtp-hdrext:sdes:mid"
SDESRTPStreamIDURI = "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id"
AudioLevelURI = "urn:ietf:params:rtp-hdrext:ssrc-audio-level"
)

// ExtMap represents the activation of a single RTP header extension
Expand Down

0 comments on commit 547e65c

Please sign in to comment.