mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
room feedback: use hasFeedback on conference instead of doing direkt lookup of conference config
This commit is contained in:
parent
0e6c34fc90
commit
251b39501b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class Room
|
|||
}
|
||||
|
||||
public function hasFeedback() {
|
||||
return $this->get('FEEDBACK') && $this->getConference()->has('FEEDBACK');
|
||||
return $this->get('FEEDBACK') && $this->getConference()->hasFeedback();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue