Commit 7df7d5cd authored by Kim, Chaerin's avatar Kim, Chaerin
Browse files

시연

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