mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
FS-8059 [verto.js] Fix typo when transferring party from conference.
This commit is contained in:
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user