aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/video.phtml
diff options
context:
space:
mode:
authorMaZderMind2015-04-05 19:24:19 +0200
committerMaZderMind2015-04-05 19:24:19 +0200
commitec2adb71823b2eff0912297d7b7376021dcbda70 (patch)
tree717eedb1020060e4035133ce33d6a6b79b41059e /template/assemblies/switcher/video.phtml
parentc28560754e2e4f7bb79f32c97edbe36dbaed6d54 (diff)
Show Tech-String in Switcher
Diffstat (limited to '')
-rw-r--r--template/assemblies/switcher/video.phtml5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index c0429d3..3214212 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -43,8 +43,9 @@
<div class="row">
<? foreach($room->getVideoResolutions() as $res): ?>
<? $selection = $room->createSelectionObject($res) ?>
+ <? $stream = $room->createStreamObject($res) ?>
<div class="col-lg-3 col-md-4 col-lg-5 col-xs-12">
- <div class="btn-group" role="group">
+ <div class="btn-group" role="group" title="<?=h($stream->getVideoTech($proto))?>">
<div class="btn btn-primary" disabled><?=h($selection->getDisplay())?></div>
<? if($room->hasTranslation()): ?>
@@ -59,7 +60,7 @@
<? else: ?>
- <a href="<?=h($room->createStreamObject($res)->getVideoUrl($proto))?>" class="btn btn-default">
+ <a href="<?=h($stream->getVideoUrl($proto))?>" class="btn btn-default">
<span class="fa fa-video-camera"></span>
video
</a>