Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjieguo committed Aug 18, 2022
1 parent 9818e42 commit 9f4cfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdpinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ const sdpstr = "v=1\r\n" +

var Capabilities = map[string]*Capability{
"audio": &Capability{
Codecs: []string{"opus"},
Codecs: []string{"opus/48000"},
},
"video": &Capability{
Codecs: []string{"vp8"},
Codecs: []string{"vp8/90000"},
Rtx: true,
Rtcpfbs: []*RtcpFeedback{
&RtcpFeedback{
Expand Down

0 comments on commit 9f4cfe0

Please sign in to comment.