Commit c35d5620 authored by Muhammadali's avatar Muhammadali

update-

parent cd8fcaf9
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.0", "version": "4.8.1",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -64,7 +64,7 @@ export class BoxDialer { ...@@ -64,7 +64,7 @@ export class BoxDialer {
document.body.addEventListener('click', () => { document.body.addEventListener('click', () => {
this.played = true; this.played = true;
}); });
this.isRestarting=false this.isRestarting = false;
this.videoRemote = document.createElement('video'); this.videoRemote = document.createElement('video');
this.videoLocal = document.createElement('video'); this.videoLocal = document.createElement('video');
this.remoteAudio = document.createElement('audio'); this.remoteAudio = document.createElement('audio');
......
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