Add mute indicators

This commit is contained in:
Robert Long
2021-08-23 15:44:08 -07:00
parent f93103c2a1
commit 797bba1f56
5 changed files with 110 additions and 35 deletions

View File

@@ -62,7 +62,17 @@ limitations under the License.
line-height: 32px;
}
.muteMicIcon * {
fill: #FF5B55;
}
.videoMuted {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.participantTile:hover .participantName, .participantName.speaking {
display: flex;
}