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 f03eb73 commit 0fa4922Copy full SHA for 0fa4922
examples/save-to-disk-av1/main.go
@@ -53,8 +53,6 @@ func main() {
53
// Create a MediaEngine object to configure the supported codec
54
mediaEngine := &webrtc.MediaEngine{}
55
56
- // Setup the codecs you want to use.
57
- // We'll use a VP8 and Opus but you can also define your own
58
if err := mediaEngine.RegisterCodec(webrtc.RTPCodecParameters{
59
RTPCodecCapability: webrtc.RTPCodecCapability{
60
MimeType: webrtc.MimeTypeAV1,
0 commit comments