Recordings: Restore audio playback.
This commit is contained in:
parent
9203fa0ed9
commit
5ace1902e3
|
|
@ -50,6 +50,7 @@
|
||||||
$settings = new settings(["domain_uuid" => $domain_uuid, "user_uuid" => $user_uuid]);
|
$settings = new settings(["domain_uuid" => $domain_uuid, "user_uuid" => $user_uuid]);
|
||||||
|
|
||||||
//get the settings
|
//get the settings
|
||||||
|
$switch_recordings = $settings->get('switch', 'recordings');
|
||||||
$time_zone = $settings->get('domain', 'time_zone', date_default_timezone_get());
|
$time_zone = $settings->get('domain', 'time_zone', date_default_timezone_get());
|
||||||
$speech_enabled = $settings->get('speech', 'enabled', false);
|
$speech_enabled = $settings->get('speech', 'enabled', false);
|
||||||
$recording_storage_type = $settings->get('recordings','storage_type');
|
$recording_storage_type = $settings->get('recordings','storage_type');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue