Fixing more bugs with call setup
This commit is contained in:
@@ -512,5 +512,10 @@ function Participant({ participant }) {
|
||||
}
|
||||
}, [participant.feed]);
|
||||
|
||||
return <video ref={videoRef}></video>;
|
||||
return (
|
||||
<div>
|
||||
{participant.userId}
|
||||
<video ref={videoRef}></video>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user