{#snippet mutedSlash(show: boolean)} {#if show}
{/if} {/snippet} {#if targetRoom}
{#if $voiceState === VoiceState.Joining}
Joining...
{:else if $voiceState === VoiceState.Connected}
Voice Connected
{:else}
Disconnected
{/if}
{roomName} / {spaceName}
{#if showVoiceLayoutToggle}
{#if chatUnread}
{/if}
{/if}
{#if $voiceState === VoiceState.Joining}
{:else if $voiceState === VoiceState.Connected && $currentVoiceSession}
{@render mutedSlash($currentVoiceSession.muted)}
{#if !Capacitor.isNativePlatform()}
{/if}
{:else}
{/if}
{/if}