diff --git a/html5/verto/js/src/jquery.verto.js b/html5/verto/js/src/jquery.verto.js index b379904c26..501a871c40 100644 --- a/html5/verto/js/src/jquery.verto.js +++ b/html5/verto/js/src/jquery.verto.js @@ -2441,6 +2441,17 @@ } }; + $.verto.dialog.prototype.replace = function(replaceCallID, params) { + var dialog = this; + if (replaceCallID) { + dialog.sendMethod("verto.modify", { + action: "replace", + replaceCallID: replaceCallID, + params: params + }); + } + }; + $.verto.dialog.prototype.hold = function(params) { var dialog = this;