Add ZM_WEB_VIEWING_TIMEOUT config setting for each bw profile.

pull/3787/head
Isaac Connor 2023-11-20 13:25:26 -05:00
parent d06264624a
commit 3627a4e97d
1 changed files with 30 additions and 0 deletions

View File

@ -2958,6 +2958,16 @@ our @options = (
type => $types{integer},
category => 'highband',
},
{
name => 'ZM_WEB_H_VIEWING_TIMEOUT',
default => '',
description => 'If the user does not interact with the ZM UI in this many seconds, streaming will be paused.',
help => q`
This setting is to prevent unintentional bandwidth use if the user has live view up but isn't actually watching. If the user does not interact with the UI in this many seconds, streams will be paused and a popup asking if they are still watching will occur. Streaming will resume when the user clicks Ok.
`,
type => $types{integer},
category => 'highband',
},
{
name => 'ZM_WEB_H_REFRESH_NAVBAR',
default => '60',
@ -3241,6 +3251,16 @@ our @options = (
type => $types{integer},
category => 'medband',
},
{
name => 'ZM_WEB_M_VIEWING_TIMEOUT',
default => '',
description => 'If the user does not interact with the ZM UI in this many seconds, streaming will be paused.',
help => q`
This setting is to prevent unintentional bandwidth use if the user has live view up but isn't actually watching. If the user does not interact with the UI in this many seconds, streams will be paused and a popup asking if they are still watching will occur. Streaming will resume when the user clicks Ok.
`,
type => $types{integer},
category => 'medband',
},
{
name => 'ZM_WEB_M_REFRESH_CYCLE',
default => '20',
@ -3514,6 +3534,16 @@ our @options = (
type => $types{integer},
category => 'lowband',
},
{
name => 'ZM_WEB_L_VIEWING_TIMEOUT',
default => '',
description => 'If the user does not interact with the ZM UI in this many seconds, streaming will be paused.',
help => q`
This setting is to prevent unintentional bandwidth use if the user has live view up but isn't actually watching. If the user does not interact with the UI in this many seconds, streams will be paused and a popup asking if they are still watching will occur. Streaming will resume when the user clicks Ok.
`,
type => $types{integer},
category => 'lowband',
},
{
name => 'ZM_WEB_L_REFRESH_CYCLE',
default => '30',