openvidu-components: Avoided to show freeze videos when they are muted
Showing poster on iPhone when remote video is muted.
This commit is contained in:
parent
af31380bbd
commit
979fd14ccc
@ -3,7 +3,7 @@
|
||||
width: 100%;
|
||||
background-color: #000000;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
z-index: 888;
|
||||
}
|
||||
|
||||
.initial {
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
#audio-wave-container {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user