"server/controllers/user.controller.js" did not exist on "70a0fec73e6ddd0186510a7abb9ce9523cdbc429"
Commit 7df7d5cd authored by Kim, Chaerin's avatar Kim, Chaerin
Browse files

시연

parent 3075bbbe
......@@ -269,6 +269,9 @@ const Screen = () => {
ref={localVideoRef}
autoPlay
/>
{users.map((user, index) => {
return <Video key={index} stream={user.stream} />;
})}
</div>
</div>
);
......
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