mute videos
This commit is contained in:
parent
c1b88d8792
commit
cfb672182f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue