VNC-151 Update config key name for video streaming mode GOP configuration

This commit is contained in:
El 2025-11-13 19:22:09 +00:00
parent eb0a145db8
commit 03a5e8bf44
No known key found for this signature in database
GPG key ID: 205388FEB607950A

View file

@ -2121,7 +2121,7 @@ sub DefineConfigToCLIConversion {
name => 'GroupOfPicture',
configKeys => [
KasmVNC::ConfigKey->new({
name => "encoding.video_streaming_mode.video_codec",
name => "encoding.video_streaming_mode.gop",
type => KasmVNC::ConfigKey::INT
})
]