Hey guys, fast question, how can I prevent an agen...
# ask-ai
s
Hey guys, fast question, how can I prevent an agent to join my rooms?
g
To prevent an agent from joining your rooms, you can use the request handler function to reject job requests for specific rooms. According to the LiveKit documentation, you can implement logic in the request handler to decide whether to accept or reject a job request. If you reject the request, the agent will not join the room. Would you like more details on how to implement this? Sources: - https://livekit-users.slack.com/archives/C07FY8WHGPM/p1727785843.985439 - https://docs.livekit.io/home/concepts/authentication/ 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.