Skip to main content

RemoteStream

This React component gives you an easy way to display the remote stream coming from a room session.

Please note that this will not include local overlays, so you may notice a slight latency in your own camera stream.

Import

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

Props

NameTypeDefaultDescription
roomSessionRoomSessionThe RoomSession.
styleReact.CSSPropertiesStyle properties.

Example

<RemoteStream roomSession={roomSession} style={{ height: 150 }} />