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:
parent
c9378f4cdb
commit
3f9b446f27
4 changed files with 4896 additions and 4851 deletions
4830
web/dist/assets/index-BW2laH1p.js
vendored
Normal file
4830
web/dist/assets/index-BW2laH1p.js
vendored
Normal file
File diff suppressed because one or more lines are too long
4830
web/dist/assets/index-DD6kbsyw.js
vendored
4830
web/dist/assets/index-DD6kbsyw.js
vendored
File diff suppressed because one or more lines are too long
2
web/dist/index.html
vendored
2
web/dist/index.html
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue