Hopefully echoing fix
This commit is contained in:
parent
bc319412bc
commit
4b0d3433c5
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ export const addVideoStream = (videoContainer, username, stream, isYours) => {
|
||||||
if (CSS.supports("::-webkit-media-controls-panel"))
|
if (CSS.supports("::-webkit-media-controls-panel"))
|
||||||
video.controls = "controls"
|
video.controls = "controls"
|
||||||
video.addEventListener("loadedmetadata", async () => {
|
video.addEventListener("loadedmetadata", async () => {
|
||||||
|
video.muted = true
|
||||||
try {
|
try {
|
||||||
await video.play()
|
await video.play()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Reference in a new issue