When I create a new room like this: ```new RoomCon...
# ask-ai
h
When I create a new room like this:
Copy code
new RoomConfiguration({
      agents: [
        new RoomAgentDispatch({
          agentName: AGENT_NAME,
          metadata,
        }),
      ],
      departureTimeout: departureTimeout
    });
for the
departureTimeout
property is the default value 20 seconds, but how about 3 minutes, isn't that too risky?
t
Thanks for reaching out, Pavel. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I don't have the answer you're looking for. You could also try asking your question: • in one of the other Slack channels or • to https://deepwiki.com/livekit/livekit_composite which is trained on all LiveKit source code If you find the answer, please post it here to help others!