agents icon indicating copy to clipboard operation
agents copied to clipboard

Force agent to join specific room during debugging

Open willsmanley opened this issue 6 months ago • 3 comments

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?

willsmanley avatar Aug 23 '24 20:08 willsmanley