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
1bc5d03e
Commit
1bc5d03e
authored
Jul 12, 2021
by
Kim, Chaerin
Browse files
.
parent
f3efe28a
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Room/Screen.js
View file @
1bc5d03e
...
...
@@ -254,7 +254,7 @@ const Screen = () => {
muted
ref
=
{
localVideoRef
}
autoPlay
><
/video
>
/
>
{
users
.
map
((
user
,
index
)
=>
{
return
<
Video
key
=
{
index
}
stream
=
{
user
.
stream
}
/>
;
})}
...
...
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