Update mcu_janus.go

This commit is contained in:
Gunnar 2023-04-26 17:05:13 +02:00 committed by GitHub
parent f87e9d4e5d
commit f54a83e082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -738,7 +738,6 @@ func (m *mcuJanus) getOrCreatePublisherHandle(ctx context.Context, id string, st
// Offer more video & audio codecs
"audiocodec": "opus,g722,pcmu,pcma,isac32",
"videocodec": "vp9,h264,h265,vp8,av1",
}
}
var maxBitrate int
if streamType == streamTypeScreen {