From 449fe43f66e61d84c91829e467bc0d0ecbbfd46c Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Sat, 3 Apr 2021 23:28:32 +0200 Subject: add h264-only feature and HQ stream for revision --- model/Room.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'model/Room.php') 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() { -- cgit v1.2.3