Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
7df7d5cd
Commit
7df7d5cd
authored
Aug 11, 2021
by
Kim, Chaerin
Browse files
시연
parent
3075bbbe
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/Room/Screen.js
View file @
7df7d5cd
...
...
@@ -269,6 +269,9 @@ const Screen = () => {
ref
=
{
localVideoRef
}
autoPlay
/>
{
users
.
map
((
user
,
index
)
=>
{
return
<
Video
key
=
{
index
}
stream
=
{
user
.
stream
}
/>
;
})}
<
/div
>
<
/div
>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment