aboutsummaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/embed.php2
-rw-r--r--view/streams-json-v1.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/embed.php b/view/embed.php
index 97df148..2071c3a 100644
--- a/view/embed.php
+++ b/view/embed.php
@@ -8,7 +8,7 @@ if(!$room->hasEmbed())
$selection = $_GET['selection'];
$language = $_GET['language'];
-if ($language !== 'native' && $language !== 'stereo') {
+if ($language !== 'native') {
if (! $room->hasTranslation()) {
throw new NotFoundException('Not translated');
}
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(),
);