summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-02-09 05:18:03 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2023-02-15 22:00:45 +0100
commitbe3a4f2f0fd51fc62454165ba6ce4a9d33ce1e0a (patch)
treef5adc195d359c44436c13bb079fadc7c887aacca /templates
parent6fd10016b59a5a23920c5f0efc2d0777c1bb9a1f (diff)
Add specific page for recording calls
Instead of joining the call in the main Talk page now a specific page to be used only by the recording server was added. This will make possible to use a specific UI tailored for call recording, but also to use an internal client of the external signaling server rather than a normal participant. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/recording.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/recording.php b/templates/recording.php
new file mode 100644
index 000000000..4c18dde7e
--- /dev/null
+++ b/templates/recording.php
@@ -0,0 +1,6 @@
+<?php
+
+declare(strict_types=1);
+
+script('spreed', 'talk-recording');
+style('spreed', 'icons');