diff --git a/src/App.jsx b/src/App.jsx index fa687aa..c837ed9 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -428,6 +428,9 @@ export default function App() { 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 const offerMapping = {}; const hostConnMap = {};