Commit 1bc5d03e authored by Kim, Chaerin's avatar Kim, Chaerin
Browse files

.

parent f3efe28a
......@@ -254,7 +254,7 @@ const Screen = () => {
muted
ref={localVideoRef}
autoPlay
></video>
/>
{users.map((user, index) => {
return <Video key={index} stream={user.stream} />;
})}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment