提交 ef679db3 authored 作者: João Mesquita's avatar João Mesquita

FS-8059 [verto.js] Fix typo when transferring party from conference.

上级 3ba29f7f
......@@ -1334,7 +1334,7 @@
if (!this.params.hasVid) {
throw 'Conference has no video';
}
this.modCommand("transfer", parseInt(memberID), "exten");
this.modCommand("transfer", parseInt(memberID), exten);
};
$.verto.conf.prototype.sendChat = function(message, type) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论