Show room short url in call tile
This commit is contained in:
parent
e5e57387c4
commit
e08a24ade7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function CallTile({ name, avatarUrl, roomId, participants }) {
|
||||||
/>
|
/>
|
||||||
<div className={styles.callInfo}>
|
<div className={styles.callInfo}>
|
||||||
<h5>{name}</h5>
|
<h5>{name}</h5>
|
||||||
<p>{roomId}</p>
|
<p>{getRoomUrl(roomId)}</p>
|
||||||
{participants && <Facepile participants={participants} />}
|
{participants && <Facepile participants={participants} />}
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.copyButtonSpacer} />
|
<div className={styles.copyButtonSpacer} />
|
||||||
|
|
Loading…
Add table
Reference in a new issue