Recordings: Restore audio playback.

This commit is contained in:
fusionate 2024-12-30 12:33:54 -07:00
parent 9203fa0ed9
commit 5ace1902e3
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
$settings = new settings(["domain_uuid" => $domain_uuid, "user_uuid" => $user_uuid]);
//get the settings
$switch_recordings = $settings->get('switch', 'recordings');
$time_zone = $settings->get('domain', 'time_zone', date_default_timezone_get());
$speech_enabled = $settings->get('speech', 'enabled', false);
$recording_storage_type = $settings->get('recordings','storage_type');