diff --git a/client/src/MediaControl.js b/client/src/MediaControl.js index 29dbd27..fda5265 100644 --- a/client/src/MediaControl.js +++ b/client/src/MediaControl.js @@ -646,21 +646,22 @@ const MediaControl = ({isSelf, peer, className}) => {
- { isSelf &&
+ { isSelf &&
{ muted && } {!muted && }
} - { !isSelf &&
+ { !isSelf &&
{muted && } {!muted && }
} -
+
{ !videoOn && } {videoOn && }
{ isValid && <>