Switching MediaManager to using a Svelte store
This allows cleaner and more expressive code, especially regarding whether the webcam should be on or off.
This commit is contained in:
parent
4f4d2532b7
commit
28d78a7988
7 changed files with 458 additions and 10 deletions
|
@ -346,6 +346,8 @@ video#myCamVideo{
|
|||
#myCamVideoSetup {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
.webrtcsetup.active{
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue