mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
feat: expose guid in streams/v2 api
This commit is contained in:
parent
bc560976fa
commit
a052e834f3
1 changed files with 2 additions and 1 deletions
|
@ -108,8 +108,9 @@ foreach (Conferences::getActiveConferences() as $conference)
|
|||
}
|
||||
|
||||
$roomstruct[] = array(
|
||||
'guid' => $room->getId(),
|
||||
'slug' => $room->getSlug(),
|
||||
'schedulename' => $room->getScheduleName(),
|
||||
'schedulename' => $room->getScheduleName(), // deprecated, use guid instead
|
||||
'thumb' => $room->getThumb(),
|
||||
'poster' => $room->getPoster(),
|
||||
'link' => forceslash(baseurl()).$room->getLink(),
|
||||
|
|
Loading…
Reference in a new issue