Show room short url in call tile

This commit is contained in:
Robert Long 2021-12-13 12:41:31 -08:00
parent e5e57387c4
commit e08a24ade7

View file

@ -39,7 +39,7 @@ function CallTile({ name, avatarUrl, roomId, participants }) {
/>
<div className={styles.callInfo}>
<h5>{name}</h5>
<p>{roomId}</p>
<p>{getRoomUrl(roomId)}</p>
{participants && <Facepile participants={participants} />}
</div>
<div className={styles.copyButtonSpacer} />