This commit is contained in:
subnub
2020-05-11 11:23:10 -04:00
parent 0b96a7e950
commit 5282560ce1
@@ -24,6 +24,7 @@ const awaitStreamVideo = (start: number, end:number, differenceStart: number,
console.log("New Stream Requested, Desroying old stream");
streamsToErrorCatch[0].destroy();
console.log("Old Stream Desroyed");
resolve();
//delete tempStorage[tempUUID];
}