Toast
The Toast
component is a rudimentary way to display a message to the user. This message should be short lived and not require user interaction. For example, displaying the current connection state like ConnectionStateToast
does.
Import
import { Toast } from "@livekit/components-react";
Usage
<Toast>Connecting...</Toast>