> ## Documentation Index
> Fetch the complete documentation index at: https://docs.piebald.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> Piebald warns you about active sessions when you close the app.

# Active chats warning on close

export const MuxVideo = ({playbackId, title = "Video demo"}) => <iframe className="w-full aspect-video rounded-xl" src={`https://player.mux.com/${playbackId}?accent-color=%23ff8400`} title={title} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen></iframe>;

<Badge color="green">Available in [Piebald Pro](https://piebald.ai/pricing)</Badge>

If you have Piebald sessions that are still generating, and you hit the close button, Piebald will warn you about those sessions.  You can then:

* Pause the sessions.
* Close anyway, marking each generating session as cancelled.

<MuxVideo playbackId="cnaFKlU02qo78LGr009uttFPcEanHXr008JIaI5W01oBYJg" title="Warning for active sessions before closing the app (Pro)" />
