diff --git a/src/CallList.jsx b/src/CallList.jsx index 2f206bdf..fee71d74 100644 --- a/src/CallList.jsx +++ b/src/CallList.jsx @@ -39,7 +39,7 @@ function CallTile({ name, avatarUrl, roomId, participants }) { />
{name}
-

{roomId}

+

{getRoomUrl(roomId)}

{participants && }