diff --git a/packages/stream_cast/static_content/examples.json b/packages/stream_cast/static_content/examples.json index 708f99c31..571a9583a 100644 --- a/packages/stream_cast/static_content/examples.json +++ b/packages/stream_cast/static_content/examples.json @@ -9,6 +9,11 @@ { "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 + } } }