{#if participant !== undefined}
{ dispatch('removeParticipant', participant) }} />
{:else if externalParticipant !== undefined}
{externalParticipant}
{ dispatch('removeExtParticipant', externalParticipant) }} />
{/if}