1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

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

This commit is contained in:
João Mesquita 2015-08-26 22:10:36 -03:00
parent 3ba29f7f0e
commit ef679db337

@ -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) {