diff --git a/js/directives.js b/js/directives.js index 5e6ad0883..f1f5bbee8 100644 --- a/js/directives.js +++ b/js/directives.js @@ -114,7 +114,7 @@ angular.module('copayApp.directives') var nick = peer.nick; element.addClass('video-small'); var muted = controllerUtils.getVideoMutedStatus(peerId); - if (muted) { + if (true || muted) { // mute everyone for now element.attr("muted", true); } }