aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorAnton Schubert2021-04-03 23:28:32 +0200
committerAnton Schubert2021-04-03 23:28:32 +0200
commit449fe43f66e61d84c91829e467bc0d0ecbbfd46c (patch)
treea8dc1cc556d5962d1f18f4f5c3ad66a6989c0119 /model
parent99dcee2b9afe133f844cd33de522b435cfa46bcc (diff)
add h264-only feature and HQ stream for revision
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() {