Channel Stream Status
Overview
The channel.stream.status topic provides real-time updates about whether a channel is currently live streaming or offline.
Usage
Subscribe to this topic to receive updates whenever a channel's streaming status changes.
Payload
{
    "id": "01HPPM2TQ6CCMFQGHENAPFR4ZE",
    "ts": "2024-02-15T14:52:42Z",
    "type": "message",
    "topic": "channel.stream.status",
    "data": {
        "isLive": true
    }
}