Turn on your camera and microphone
{#if $localStreamStore.stream}
{:else }
{/if}
{#if $cameraListStore.length > 1 }
{#each $cameraListStore as camera}
{normalizeDeviceName(camera.label)}
{/each}
{/if} {#if $microphoneListStore.length > 1 }
{#each $microphoneListStore as microphone}
{normalizeDeviceName(microphone.label)}
{/each}
{/if}
Let's go!