fix(video): reassemble out-of-order fragments
Some checks failed
Mirror to GitHub / mirror (push) Failing after 27s
Build Release Binaries / build-amd64 (push) Failing after 3m13s

This commit is contained in:
Siavash Sameni
2026-05-26 06:16:53 +04:00
parent ee654cd1ef
commit 47baa1a765
2 changed files with 13 additions and 7 deletions

View File

@@ -470,6 +470,7 @@ function leaveVoice() {
stopCamera();
remoteVideoActive = false;
remoteFrameCount = 0;
remoteFrameSerial++;
vdRemoteCounter.textContent = "0 frames received";
vdRemotePlaceholder.classList.remove("hidden");
vdVideoStrip.classList.add("hidden");