mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-7932 - removed the param from the getMute funciton in verto class, not needed on underlying method
This commit is contained in:
committed by
Michael Jerris
parent
6b23acc100
commit
dd498786eb
@@ -2161,9 +2161,9 @@
|
||||
return dialog.rtc.setMute(what);
|
||||
};
|
||||
|
||||
$.verto.dialog.prototype.getMute = function(what) {
|
||||
$.verto.dialog.prototype.getMute = function() {
|
||||
var dialog = this;
|
||||
return dialog.rtc.getMute(what);
|
||||
return dialog.rtc.getMute();
|
||||
};
|
||||
|
||||
$.verto.dialog.prototype.useStereo = function(on) {
|
||||
|
Reference in New Issue
Block a user