GitHub

Source

ClearPinButton

The ClearPinButton is a basic html button with the added ability to signal the LayoutContext that it should display the grid view again.

Import

import { ClearPinButton } from "@livekit/components-react";

Remarks

This component works only inside a LayoutContext.

Usage

<LiveKitRoom>
<ClearPinButton>Back to grid view</ClearPinButton>
</LiveKitRoom>