diff --git a/src/App.jsx b/src/App.jsx index acce082..0dcf9b1 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -473,7 +473,8 @@ function Room({ client }) { return (
{roomId}
+User ID:{client.getUserId()}
+Room ID:{roomId}
{loading &&Loading room...
} {error &&{error.message}
} {!loading && room && (