diff options
author | Anton Schubert | 2020-05-02 22:34:48 +0200 |
---|---|---|
committer | Anton Schubert | 2020-05-02 22:34:48 +0200 |
commit | 6ca102c77d0d2e3e5da962dbf69596af866d039f (patch) | |
tree | 21b39a6eb6db9197c835b96e8f703f76a27f2f01 /view | |
parent | aec18c42ef72bf93dc4e931dbca4ade19db5d9fb (diff) |
remove legacy video tab
Diffstat (limited to 'view')
-rw-r--r-- | view/streams-json-v1.php | 2 |
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(), ); |