Can I create multiple agents to join a Room. So it...
# ask-ai
p
Can I create multiple agents to join a Room. So its like 2 agent 1 participant
t
Thanks for reaching out, Dhruv. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Yes, you can create multiple agents to join a Room in LiveKit. This can be achieved using methods such as: • SIP Dispatch Rules: For inbound SIP calls, you can define multiple agents using the
room_config.agents
field in SIP dispatch rules. • Participant Tokens: Configure a participant's token to dispatch multiple agents immediately upon connection by including multiple
RoomAgentDispatch
entries in the
RoomConfiguration
. The LiveKit Agents framework is designed to support various use cases, including AI voice agents, transcription, and translation, making it flexible for your needs. Sources: Dispatching agents | LiveKit Docs | Agents Overview | LiveKit Docs