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