Enable users to join calls from multiple devices

This commit is contained in:
Robin Townsend
2022-11-21 12:39:48 -05:00
parent 46e429c37b
commit 13def24f7e
11 changed files with 199 additions and 216 deletions

View File

@@ -92,7 +92,7 @@ function CallTile({
<Facepile
className={styles.facePile}
client={client}
participants={participants}
members={participants}
/>
)}
</div>