openvidu-components: Avoided to show freeze videos when they are muted

Showing poster on iPhone when remote video is muted.
pull/803/head
Carlos Santos 2023-04-11 11:29:01 +02:00
parent af31380bbd
commit 979fd14ccc
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
width: 100%;
background-color: #000000;
position: absolute;
z-index: 1;
z-index: 888;
}
.initial {

View File

@ -41,7 +41,7 @@
#audio-wave-container {
position: absolute;
right: 0;
z-index: 2;
z-index: 999;
padding: 5px;
}