mirror of
https://github.com/pion/webrtc.git
synced 2025-09-27 03:25:58 +08:00
Update CI configs to v0.10.6
Update lint scripts and CI configs.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//go:build !js
|
||||
// +build !js
|
||||
|
||||
// save-to-disk is a simple application that shows how to record your webcam/microphone using Pion WebRTC and save VP8/Opus to disk.
|
||||
package main
|
||||
|
||||
import (
|
||||
@@ -36,6 +37,7 @@ func saveToDisk(i media.Writer, track *webrtc.TrackRemote) {
|
||||
}
|
||||
}
|
||||
|
||||
// nolint:gocognit
|
||||
func main() {
|
||||
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.
|
||||
|
||||
|
Reference in New Issue
Block a user