magnificent-furniture-73003
08/29/2025, 7:46 AMtall-airline-16756
08/29/2025, 7:46 AMtall-airline-16756
08/29/2025, 7:47 AMmagnificent-furniture-73003
08/29/2025, 7:48 AMtall-airline-16756
08/29/2025, 7:49 AMgetSid()
method like this:
const room = new Room();
await room.connect(url, token);
console.log('Room SID:', await room.getSid());
Then, just compare the Room SIDs across different connections. If they match, that means the same session is being reused. If you’d like to make sure each session is unique, try adding something like a timestamp or a UUID to the room name when you create it. Hope this helps!
Sources: config-sample.yaml | Avoiding Room ID Reuse When Re-Creating Rooms With the Same Name | Analytics API | LiveKit Docs | packages/livekit-rtc/src/room.ts | src/room/Room.tsmagnificent-furniture-73003
08/29/2025, 7:51 AMtall-airline-16756
08/29/2025, 7:51 AMmagnificent-furniture-73003
08/29/2025, 8:41 AMtall-airline-16756
08/29/2025, 8:41 AMps
command on Linux/Mac or Task Manager on Windows) and see if there are any running processes related to the agent.
◦ If you spot any, go ahead and terminate them using commands like kill [PID]
on Linux/Mac or by clicking "End Task" on Windows.
◦ Also, double-check that no other scripts or services are automatically restarting the agent process behind the scenes.
1. Restart the LiveKit Cloud dashboard:
◦ Try logging out of the dashboard and then logging back in to refresh everything.
◦ If things still seem off, clearing your browser cache or trying a different browser or device can often do the trick to make sure you’re seeing the latest state.
If you run into any bumps or want a hand with these steps, just let me know—I’m here to help!