Live Stream Analytics - Chat Messages
Get chat message analytics for an event
Info
Required scopes: stream.read
Warning
This method requires authentication
Retrieve chat message analytics for a specific event, both as a combined total and broken down per channel.
- total — aggregated chat metrics across all channels for the event.
- byChannel — the same metrics keyed by channel id, with one entry per channel the event streamed to.
Each section reports:
- messagesTotal — total number of chat messages.
- chattersTotal — total number of unique chatters.
- messagesPerMinute — time series of message counts, one point per minute (
timestampin seconds).
Path Parameters:
Response
Info
Returns 404 when the event has no analytics — for example, an event that never received an incoming stream.