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}>
|
||||
<h5>{name}</h5>
|
||||
<p>{roomId}</p>
|
||||
<p>{getRoomUrl(roomId)}</p>
|
||||
{participants && <Facepile participants={participants} />}
|
||||
</div>
|
||||
<div className={styles.copyButtonSpacer} />
|
||||
|
|
Loading…
Reference in a new issue