提交 dd498786 authored 作者: William Henry's avatar William Henry 提交者: Michael Jerris

FS-7932 - removed the param from the getMute funciton in verto class, not needed…

FS-7932 - removed the param from the getMute funciton in verto class, not needed on underlying method
上级 6b23acc1
This diff was suppressed by a .gitattributes entry.
......@@ -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) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论