mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-9552 add to verto communicator toggle deaf status button
This commit is contained in:
committed by
Anthony Minessale
parent
9698187cb8
commit
5941a60266
@@ -1298,6 +1298,14 @@
|
||||
this.modCommand("stop", null, "all");
|
||||
};
|
||||
|
||||
$.verto.conf.prototype.deaf = function(memberID) {
|
||||
this.modCommand("deaf", parseInt(memberID));
|
||||
};
|
||||
|
||||
$.verto.conf.prototype.undeaf = function(memberID) {
|
||||
this.modCommand("undeaf", parseInt(memberID));
|
||||
};
|
||||
|
||||
$.verto.conf.prototype.record = function(file) {
|
||||
this.modCommand("recording", null, ["start", file]);
|
||||
};
|
||||
|
Reference in New Issue
Block a user