mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
20 lines
519 B
JSON
20 lines
519 B
JSON
{
|
|
"examples": {
|
|
"schedule": [
|
|
{ "time": "00:00", "scene": "intro" },
|
|
{ "time": "00:10", "scene": "main" },
|
|
{ "time": "00:30", "scene": "qa" }
|
|
],
|
|
"scenes": [
|
|
{ "id": "intro", "label": "Intro", "destination": "studio_a" },
|
|
{ "id": "main", "label": "Main", "destination": "studio_b" },
|
|
{ "id": "qa", "label": "Q&A", "destination": "studio_c" }
|
|
],
|
|
"pulseMetrics": {
|
|
"messagesPerMinute": 420,
|
|
"reactionsPerMinute": 180,
|
|
"viewers": 3482
|
|
}
|
|
}
|
|
}
|