Commit f5ca9fdf authored by Muhammadali's avatar Muhammadali

update-

parent f8629035
{
"name": "boxdialer",
"version": "2.5.8",
"version": "2.5.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -564,7 +564,7 @@ export class BoxDialer {
this.callBxMethods({
bxMethodName: 'CallCardSetHold',
// bxFuncParams: { held: this.oSipSessionCall.bHeld },
bxFuncParams: { held: true },
bxFuncParams: { held: false },
callback: (e) => {
console.log(e, `CallCardSetUiState method done ${e}`);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment