Commit 496d3825 authored by Muhammadali's avatar Muhammadali

verison: 0.0.5

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