All of our components are built using Tailwind CSS. Make sure to set it up correctly by following the guide available here.

RealtimeChat is a chat interface that utilizes dataChannel to send and receive messages to and from the backend. It keeps a record of all messages exchanged.

Props

dataChannel
DataChannel<unknown>

WebRTC or WebSocket data channel.

Resources