We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c032c commit 81e80b4Copy full SHA for 81e80b4
mediaengine_test.go
@@ -526,14 +526,14 @@ a=rtpmap:111 opus/48000/2
526
527
assert.Equal(t, 2, len(extensions))
528
529
- midIndex := -1;
+ midIndex := -1
530
if extensions[0].URI == sdp.SDESMidURI {
531
midIndex = 0
532
} else if extensions[1].URI == sdp.SDESMidURI {
533
midIndex = 1
534
}
535
536
- voIndex := -1;
+ voIndex := -1
537
if extensions[0].URI == "urn:3gpp:video-orientation" {
538
voIndex = 0
539
} else if extensions[1].URI == "urn:3gpp:video-orientation" {
0 commit comments