Skip to main content

LocalOverlay

Represents the local overlay, which displays the user's local camera feed.

Properties​

mirrored​

• Readonly mirrored: boolean

Whether the local video overlay is mirrored.

Methods​

setMirrored​

â–¸ setMirrored(): void

Mirror the local video overlay when true. The mirrored stream is sent to the SignalWire server and is visible to all participants.

Parameters​

NameTypeDescription
mirrorbooleanWhether to mirror the local video overlay.

Returns​

void

Example​

await roomSession.localOverlay.setMirrored(true);