Commit c35d5620 authored by Muhammadali's avatar Muhammadali

update-

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