Possible fix for disconnects

This commit is contained in:
2026-03-07 16:48:10 +01:00
parent 4bbb5cd174
commit e6892e9297
3 changed files with 121 additions and 25 deletions

View File

@@ -47,6 +47,8 @@ export class VoicePlaybackService {
}
if (!this.hasAudio(stream)) {
this.rawRemoteStreams.delete(peerId);
this.removePipeline(peerId);
return;
}