From e08a24ade784e7d6b33f75dd787371f08e2e72c9 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 13 Dec 2021 12:41:31 -0800 Subject: [PATCH] Show room short url in call tile --- src/CallList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && }