diff options
author | Anton Schubert | 2021-04-03 23:28:32 +0200 |
---|---|---|
committer | Anton Schubert | 2021-04-03 23:28:32 +0200 |
commit | 449fe43f66e61d84c91829e467bc0d0ecbbfd46c (patch) | |
tree | a8dc1cc556d5962d1f18f4f5c3ad66a6989c0119 /model/Room.php | |
parent | 99dcee2b9afe133f844cd33de522b435cfa46bcc (diff) |
add h264-only feature and HQ stream for revision
Diffstat (limited to 'model/Room.php')
-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 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() { |