Add defaults for Capturing, Analysing, Recording

This commit is contained in:
Isaac Connor 2021-10-25 16:53:42 -04:00
parent 3770306817
commit fb67c6a3e7
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ class Monitor extends ZM_Object {
'StorageId' => 0,
'Type' => 'Ffmpeg',
'Function' => 'Mocord',
'Capturing' => 'Always',
'Analysing' => 'Always',
'Recording' => 'Always',
'Enabled' => array('type'=>'boolean','default'=>1),
'DecodingEnabled' => array('type'=>'boolean','default'=>1),
'LinkedMonitors' => array('type'=>'set', 'default'=>null),