Commit 496d3825 authored by Muhammadali's avatar Muhammadali

verison: 0.0.5

parent 734cb7ce
Pipeline #236 canceled with stages
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.0.4", "version": "0.0.5",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
...@@ -60,10 +60,12 @@ export class BoxDialer { ...@@ -60,10 +60,12 @@ export class BoxDialer {
this.waitRingTone = new Audio(waitRingTone); this.waitRingTone = new Audio(waitRingTone);
this.pickSound = document.createElement('audio'); this.pickSound = document.createElement('audio');
this.pickSound.src = pickSound; this.pickSound.src = pickSound;
this.pickSound.id = 'asdasd';
this.ringtone.loop = true; this.ringtone.loop = true;
this.waitRingTone.loop = true; this.waitRingTone.loop = true;
document.head.appendChild(this.pickSound); document.head.appendChild(this.pickSound);
this.pickSound = document.getElementById('asdasd');
this.oConfigCall = { this.oConfigCall = {
audio_remote: this.audioRemote, audio_remote: this.audioRemote,
......
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