Commit 0b6161dc authored by Muhammadali's avatar Muhammadali

update version: 0.0.5

parent 496d3825
Pipeline #237 canceled with stages
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.0.5", "version": "0.0.6",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
...@@ -48,9 +48,9 @@ export class BoxDialer { ...@@ -48,9 +48,9 @@ export class BoxDialer {
this.audioRemote.autoplay = true; this.audioRemote.autoplay = true;
document.head.appendChild(this.videoRemote); document.body.appendChild(this.videoRemote);
document.head.appendChild(this.videoLocal); document.body.appendChild(this.videoLocal);
document.head.appendChild(this.audioRemote); document.body.appendChild(this.audioRemote);
// this.ringtone = new Audio(outcomingringTone); // this.ringtone = new Audio(outcomingringTone);
// this.waitRingTone = new Audio(waitRingTone); // this.waitRingTone = new Audio(waitRingTone);
...@@ -64,7 +64,7 @@ export class BoxDialer { ...@@ -64,7 +64,7 @@ export class BoxDialer {
this.ringtone.loop = true; this.ringtone.loop = true;
this.waitRingTone.loop = true; this.waitRingTone.loop = true;
document.head.appendChild(this.pickSound); document.body.appendChild(this.pickSound);
this.pickSound = document.getElementById('asdasd'); this.pickSound = document.getElementById('asdasd');
this.oConfigCall = { this.oConfigCall = {
......
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