Skip to content

Commit

Permalink
fix for deafen toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Nov 20, 2022
1 parent 7906d77 commit 13d5e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -11106,7 +11106,7 @@ function remoteSpeakerMute(ele, event=false){
}

var msg = {};
if (ele.value == 1) {
if (ele.value == 0) {
msg.speakerMute = false
} else {
msg.speakerMute = true;
Expand Down

0 comments on commit 13d5e80

Please sign in to comment.