mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-15 12:33:23 +00:00
Fix missing fqn variable in handleHostService
- Extract serviceFqn from publishResult for ICE candidate operations - Fixes "ReferenceError: fqn is not defined" error 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -428,6 +428,9 @@ export default function App() {
|
|||||||
ttl: 300000, // 5 minutes
|
ttl: 300000, // 5 minutes
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Get the full service FQN for ICE candidate operations
|
||||||
|
const fqn = publishResult.serviceFqn;
|
||||||
|
|
||||||
// Map offerIds to peer connections and setup ICE handlers
|
// Map offerIds to peer connections and setup ICE handlers
|
||||||
const offerMapping = {};
|
const offerMapping = {};
|
||||||
const hostConnMap = {};
|
const hostConnMap = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user