Display local peer video

This commit is contained in:
2020-04-11 14:18:27 +02:00
parent dea30cb0ce
commit c840193007
2 changed files with 47 additions and 2 deletions

View File

@ -53,4 +53,13 @@
.call-window .members-area span {
margin: 0px 5px;
}
.call-window .videos-area {
display: flex;
flex-direction: row;
}
.call-window .videos-area video {
}