aboutsummaryrefslogtreecommitdiff
path: root/view/streams-json-v1.php
diff options
context:
space:
mode:
authorMaZderMind2016-12-29 03:55:26 +0100
committerMaZderMind2016-12-29 03:55:26 +0100
commitfbb304af5aa8655ff48c5b9c867509dd9f5b1de5 (patch)
tree68505636e47da605428427bd621e1ce0a4f5d80a /view/streams-json-v1.php
parentf7d1aa166e9f3006e17399c7dd0c236386abc4d7 (diff)
add dash to the json-api
Diffstat (limited to 'view/streams-json-v1.php')
-rw-r--r--view/streams-json-v1.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/streams-json-v1.php b/view/streams-json-v1.php
index f64f627..8cdac19 100644
--- a/view/streams-json-v1.php
+++ b/view/streams-json-v1.php
@@ -62,6 +62,14 @@ foreach (Conferences::getActiveConferences() as $conference)
);
}
break;
+
+ case 'dash':
+ $urls['dash'] = array(
+ 'display' => $display,
+ 'tech' => $room->getDashTech(),
+ 'url' => $room->getDashManifestUrl(),
+ );
+ break;
}
$streams[] = array(