agents
agents copied to clipboard
Force agent to join specific room during debugging
When I create a room from client-side request, sometimes my dev agent does not join. I think this happens when I'm running the agent in dev mode and make some live changes after an error state occurs. As a result, livekit cloud logic does not remove the old worker from the pool and probably tries to assign the new room to the old agent.
Is there any way to force the agent to join the dev room?