aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/Room.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/model/Room.php b/model/Room.php
index f8f96d4..f0b9a5d 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -81,6 +81,10 @@ class Room
}
}
+ public function h264Only() {
+ return $this->getConference()->get('ROOMS.'.$this->getSlug().'.H264_ONLY', false);
+ }
+
public function hasStereo() {