{#if $layoutModeStore === LayoutMode.Presentation } Switch to mosaic mode {:else} Switch to presentation mode {/if}
{#if $requestedScreenSharingState} Start screen sharing {:else} Stop screen sharing {/if}
{#if $requestedCameraState} Turn on webcam {:else} Turn off webcam {/if}
{#if $requestedMicrophoneState} Turn on microphone {:else} Turn off microphone {/if}