Skip to content

Commit

Permalink
Merge pull request #27 from Daniele122898/patch-1
Browse files Browse the repository at this point in the history
Fix small comment typo
  • Loading branch information
GRVYDEV authored Jan 13, 2021
2 parents afa19e7 + f82bd0b commit b89fd86
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 b89fd86

Please sign in to comment.