Skip to content

Commit

Permalink
Add test support for new bandwidth types
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Feb 19, 2021
1 parent f7b9d4f commit 1f0ea2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unmarshal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ const (

MediaBandwidthSDP = MediaNameSDP +
"b=X-YZ:128\r\n" +
"b=AS:12345\r\n"
"b=AS:12345\r\n" +
"b=TIAS:12345\r\n" +
"b=RS:12345\r\n" +
"b=RR:12345\r\n"

MediaEncryptionKeySDP = MediaNameSDP +
"k=prompt\r\n"
Expand Down

0 comments on commit 1f0ea2f

Please sign in to comment.