Fix: Schwarzes Bild bei Viewern - WebRTC Race Conditions behoben

- Doppelter Offer entfernt (onnegotiationneeded + explizit createOffer)
- ICE Candidate Queuing: Candidates werden gepuffert bis setRemoteDescription
  fertig ist, statt sie zu verwerfen
- Cleanup bei Re-Offer: vorherige PeerConnection wird sauber geschlossen
- Pending Candidates werden bei Disconnect/Leave aufgeraeumt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-07 01:16:09 +01:00
parent c9378f4cdb
commit 3f9b446f27
4 changed files with 4896 additions and 4851 deletions

2
web/dist/index.html vendored
View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gaming Hub</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎮</text></svg>" />
<script type="module" crossorigin src="/assets/index-DD6kbsyw.js"></script>
<script type="module" crossorigin src="/assets/index-BW2laH1p.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CcoMcI3c.css">
</head>
<body>