From 22183f99663c2e944edf36fe3593b6acfcf07cc2 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 01:08:07 +0000 Subject: [PATCH] config: stream,packages,json (1 files) --- packages/stream_cast/static_content/examples.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 + } } }