diff options
Diffstat (limited to '')
-rw-r--r-- | view/streams-json-v2.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/streams-json-v2.php b/view/streams-json-v2.php index ede1c4d..1e4c89b 100644 --- a/view/streams-json-v2.php +++ b/view/streams-json-v2.php @@ -63,6 +63,14 @@ foreach (Conferences::getActiveConferences() as $conference) ); } break; + + case 'dash': + $urls['dash'] = array( + 'display' => $display, + 'tech' => $room->getDashTech(), + 'url' => $room->getDashManifestUrl(), + ); + break; } $streams[] = array( |