Skip to main content

RoomPreview

This React component gives you an easy way to display the preview of a video room.

Import

import { RoomPreview } from "@signalwire-community/react";

Props

NameTypeDefaultDescription
previewUrlstringThe URL to the room preview.
loadingUrlstringThe URL to an image to display while the room preview is loading.
styleReact.CSSPropertiesStyle properties.

Example

<RoomPreview
previewUrl={previewUrl}
loadingUrl="https://swrooms.com/swloading.gif"
style={{ height: 150 }}
/>