Add defaults for RecordingSource and AnalysisSource to prevent warnings when creating new monitor

This commit is contained in:
Isaac Connor
2022-05-30 14:28:38 -04:00
parent 4e80114468
commit d97ef46b57

View File

@@ -128,6 +128,8 @@ public static function getStatuses() {
'Capturing' => 'Always',
'Analysing' => 'Always',
'Recording' => 'Always',
'RecordingSource' => 'Primary',
'AnalysisSource' => 'Primary',
'Enabled' => array('type'=>'boolean','default'=>1),
'Decoding' => 'Always',
'JanusEnabled' => array('type'=>'boolean','default'=>0),