mute videos

This commit is contained in:
Manuel Araoz 2014-06-06 15:16:11 -03:00
commit cfb672182f

View file

@ -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);
}
}