Commit cc2d0fc9 authored by Muhammadali's avatar Muhammadali

update-

parent 1315ebf2
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.3.0", "version": "4.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "boxdialer", "name": "boxdialer",
"version": "4.3.0", "version": "4.3.1",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
"@eo-locale/react": "^1.7.3", "@eo-locale/react": "^1.7.3",
"@headlessui/react": "^1.7.17", "@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18", "@heroicons/react": "^2.0.18",
"@kimmel/dtmf": "^1.0.4",
"@mui/icons-material": "^5.14.3", "@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5", "@mui/material": "^5.14.5",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
...@@ -2108,14 +2107,6 @@ ...@@ -2108,14 +2107,6 @@
"@jridgewell/sourcemap-codec": "^1.4.14" "@jridgewell/sourcemap-codec": "^1.4.14"
} }
}, },
"node_modules/@kimmel/dtmf": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@kimmel/dtmf/-/dtmf-1.0.4.tgz",
"integrity": "sha512-/PWgqGfPunoJUIg8yebPy04NNM4Jp3r5AFrVO4tYM5EGlhQ2NrU26ZMPbXBlUEkdetf0cvZ64FLdjtqVSnf8wA==",
"engines": {
"node": ">=6"
}
},
"node_modules/@leichtgewicht/ip-codec": { "node_modules/@leichtgewicht/ip-codec": {
"version": "2.0.4", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
......
...@@ -88,12 +88,9 @@ export class BoxDialer { ...@@ -88,12 +88,9 @@ export class BoxDialer {
eventHandlers: this.uaEvents(), eventHandlers: this.uaEvents(),
mediaConstraints: { audio: true, video: false }, mediaConstraints: { audio: true, video: false },
}; };
this.player = new DTMF();
} }
dialTone(freq1, freq2) { dialTone(freq1, freq2) {
this.player.play(1);
// merger = context.createChannelMerger(2); // merger = context.createChannelMerger(2);
// setTimeout(() => { // setTimeout(() => {
// console.log('-= sTOPING BY TIMEOUT'); // console.log('-= sTOPING BY TIMEOUT');
......
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