aboutsummaryrefslogtreecommitdiff
path: root/view/streams-json-v1.php
diff options
context:
space:
mode:
authorAnton Schubert2020-05-02 22:34:48 +0200
committerAnton Schubert2020-05-02 22:34:48 +0200
commit6ca102c77d0d2e3e5da962dbf69596af866d039f (patch)
tree21b39a6eb6db9197c835b96e8f703f76a27f2f01 /view/streams-json-v1.php
parentaec18c42ef72bf93dc4e931dbca4ade19db5d9fb (diff)
remove legacy video tab
Diffstat (limited to '')
-rw-r--r--view/streams-json-v1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/streams-json-v1.php b/view/streams-json-v1.php
index 055f6bc..d394384 100644
--- a/view/streams-json-v1.php
+++ b/view/streams-json-v1.php
@@ -66,7 +66,7 @@ foreach (Conferences::getActiveConferences() as $conference)
case 'dash':
$urls['dash'] = array(
- 'display' => $display,
+ 'display' => "MPEG-Dash",
'tech' => $room->getDashTech(),
'url' => $room->getDashManifestUrl(),
);