New WebRTC Component Changes
This commit is contained in:
@@ -25,6 +25,7 @@ const id = `${Math.random().toString(36).slice(2)}`;
|
||||
.video-wrap {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
background: black;
|
||||
display: flex;
|
||||
@@ -96,6 +97,7 @@ const id = `${Math.random().toString(36).slice(2)}`;
|
||||
<div class="video-wrap">
|
||||
<video
|
||||
id={"live-video-" + id}
|
||||
style="width: 100%;height: 100%;"
|
||||
autoplay
|
||||
playsinline
|
||||
muted
|
||||
|
||||
Reference in New Issue
Block a user