diff options
Diffstat (limited to '')
-rw-r--r-- | model/Room.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/model/Room.php b/model/Room.php index fffb3c4..ecab17e 100644 --- a/model/Room.php +++ b/model/Room.php @@ -167,6 +167,10 @@ class Room return proto().'://dekan.cch.c3voc.de/dash/'.rawurlencode($this->getStream()).'/manifest.mpd'; } + public function getDashTech() { + return 'Adaptive multi-format-multi-bitrate-Stream to rule the World!!1elf'; + } + public function hasTranslation() { return $this->getConference()->get('ROOMS.'.$this->getSlug().'.TRANSLATION'); } |