Stream States
Learn how to intercept real-time stream state messages sent by Streampixel to your frontend. This guide provides a simple example to help you handle these messages and customize your UI.
Overview
Stream State Messages
{
"type": "stream-state",
"value": "state_value"
}Value
Description
How to Intercept Stream State Messages
Last updated