happy-night-10979
07/10/2025, 4:25 AMnew 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?tall-airline-16756
07/10/2025, 4:25 AMtall-airline-16756
07/10/2025, 4:27 AM