mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
model/ConferenceJson: fix default for embed
This commit is contained in:
parent
0407c63e32
commit
a43d104e78
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class ConferenceJson extends Conference
|
||||||
isset($c->streamingConfig) ? get_object_vars($c->streamingConfig) : [],
|
isset($c->streamingConfig) ? get_object_vars($c->streamingConfig) : [],
|
||||||
isset($c->streamingConfig->features) ? get_object_vars($c->streamingConfig->features) : [],
|
isset($c->streamingConfig->features) ? get_object_vars($c->streamingConfig->features) : [],
|
||||||
isset($c->streamingConfig->features->chat) ? get_object_vars($c->streamingConfig->features->chat) : [],
|
isset($c->streamingConfig->features->chat) ? get_object_vars($c->streamingConfig->features->chat) : [],
|
||||||
|
isset($c->streamingConfig->features->embed) ? get_object_vars($c->streamingConfig->embed) : ['embed' => true],
|
||||||
[
|
[
|
||||||
'conference' => [
|
'conference' => [
|
||||||
'title' => $c->title,
|
'title' => $c->title,
|
||||||
|
|
Loading…
Reference in a new issue