📄️ Real-time Data Engine
The Real-time Data Engine is a component of the SDK that allows you to synchronize states between participants in a room, by utilizing channels. This enables various functionalities such as real-time data sharing, and event-driven communication for seamless collaborative experiences.
📄️ Channels
A channel can be used to dispatch different types of messages or events in your application. It allows you to create a dedicated communication path for specific types of messages, ensuring that only the intended participants receive them.
📄️ Webhook
You can configure a webhook to allow you to receive real-time data about events that are published by the Real-time. Our server will send a POST request to the URL you specify in the webhook when the event occurs.