mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-04 05:37:22 +00:00
Add user id to window for debugging
This commit is contained in:
@@ -473,7 +473,8 @@ function Room({ client }) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<p>{roomId}</p>
|
||||
<p>User ID:{client.getUserId()}</p>
|
||||
<p>Room ID:{roomId}</p>
|
||||
{loading && <p>Loading room...</p>}
|
||||
{error && <p>{error.message}</p>}
|
||||
{!loading && room && (
|
||||
|
||||
Reference in New Issue
Block a user