bugfixing

This commit is contained in:
MuslemRahimi 2024-08-15 18:42:00 +02:00
parent c93776a032
commit abb7d7c08b

View File

@ -29,6 +29,7 @@
let audio;
let muted = true;
let newIncomingData = false;
let socket;
let filterQuery = '';
let previousCallVolume = 0; //This is needed to play the sound only if it changes.