Skip to content

Commit

Permalink
Fix small comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele122898 authored Jan 13, 2021
1 parent afa19e7 commit f82bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
panic(err)
}

// Create a video track
// Create an audio track
audioTrack, err = webrtc.NewTrackLocalStaticRTP(webrtc.RTPCodecCapability{MimeType: "audio/opus"}, "video", "pion")
if err != nil {
panic(err)
Expand Down

0 comments on commit f82bd0b

Please sign in to comment.