*** id: 8b4b38a0-1263-4c2e-ad95-99047df71ff6 title: LocalOverlay position: 1 slug: /js/reference/video/local-overlay max-toc-depth: 3 ---------------- Represents the local overlay, which displays the user's local camera feed. ## Properties 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 Whether to mirror the local video overlay. #### Returns `void` #### Example ```javascript await roomSession.localOverlay.setMirrored(true); ```