diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/streams-json-v1.php | 8 |
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( |