Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Bauch <bauch@struktur.de>2017-01-20 14:27:13 +0300
committerIvan Sein <ivan@struktur.de>2017-02-16 18:37:24 +0300
commit4058c399fb0f1b993d0a60bfd49af693802d4481 (patch)
treedd140d9272b391413275d784542733f80ea20d25 /templates
parent6d78c28fe5755090c2cfac5b0d479e1786edb37a (diff)
Implement first draft of screensharing support.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php3
-rw-r--r--templates/index.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 04503b66f..32de70184 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -62,10 +62,13 @@ script(
<button id="mute" class="icon-audio-white" data-title="<?php p($l->t('Mute audio')) ?>"></button>
<button id="hideVideo" class="icon-video-white" data-title="<?php p($l->t('Pause video')) ?>"></button>
<button id="video-fullscreen" class="icon-fullscreen-white" data-title="<?php p($l->t('Fullscreen')) ?>"></button>
+ <button id="toogleScreensharing" class="icon-view-play" data-title="<?php p($l->t('Toggle screensharing')) ?>"></button>
</div>
</div>
</div>
+ <div id="localScreenContainer">
+ </div>
<div id="emptycontent">
<div id="emptycontent-icon" class="icon-video"></div>
diff --git a/templates/index.php b/templates/index.php
index 7f363a3b8..f481dc08b 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -48,10 +48,13 @@ script(
<button id="mute" class="icon-audio-white" data-title="<?php p($l->t('Mute audio')) ?>"></button>
<button id="hideVideo" class="icon-video-white" data-title="<?php p($l->t('Pause video')) ?>"></button>
<button id="video-fullscreen" class="icon-fullscreen-white" data-title="<?php p($l->t('Fullscreen')) ?>"></button>
+ <button id="toogleScreensharing" class="icon-view-play" data-title="<?php p($l->t('Toggle screensharing')) ?>"></button>
</div>
</div>
</div>
+ <div id="localScreenContainer">
+ </div>
<div id="emptycontent">
<div id="emptycontent-icon" class="icon-video"></div>