mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
ConferenceJson: fix embed error
This commit is contained in:
parent
7c9052ce8c
commit
b9d0112cd0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ConferenceJson extends Conference
|
|||
isset($c->streamingConfig) ? get_object_vars($c->streamingConfig) : [],
|
||||
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->embed) ? get_object_vars($c->streamingConfig->embed) : ['embed' => true],
|
||||
['embed' => isset($c->streamingConfig->features->embed) ? $c->streamingConfig->features->embed : true],
|
||||
[
|
||||
'conference' => array_merge(
|
||||
$relive,
|
||||
|
|
Loading…
Reference in a new issue