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

.

parent f3efe28a
...@@ -254,7 +254,7 @@ const Screen = () => { ...@@ -254,7 +254,7 @@ const Screen = () => {
muted muted
ref={localVideoRef} ref={localVideoRef}
autoPlay autoPlay
></video> />
{users.map((user, index) => { {users.map((user, index) => {
return <Video key={index} stream={user.stream} />; 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