aboutsummaryrefslogtreecommitdiff
path: root/template/players/video.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/players/video.phtml')
-rw-r--r--template/players/video.phtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/players/video.phtml b/template/players/video.phtml
index 824a776..e3c85c9 100644
--- a/template/players/video.phtml
+++ b/template/players/video.phtml
@@ -1,3 +1,10 @@
+<pre><?=print_r(array(
+ 'room' => $room,
+ 'language' => $language,
+ 'format' => $format
+), true)?></pre>
+
+<?/*
<video
autoplay="autoplay"
controls="controls"
@@ -28,3 +35,4 @@
<param name="allowFullScreen" value="true">
</object>
</video>
+*/?>