{#if $error}
Whoops! That room doesn't exist.
{:else if $room.connectionState !== ConnectionState.CONNECTED && $room.connectionState !== ConnectionState.RECONNECTING}
Connecting to server...
{:else}
{/if}