Hello @Milos_Pesic,
For this particular room -
We received an error message for the first egress request
{"levelname": "INFO", "name": "agent_orchestrator", "process": 11113, "event": "Error in starting original audio egress", "message": "", "pathname": "/home/app/agent-orchestrator/agent_orchestrator/service/egress.py", "lineno": 203, "error": "TwirpError(code=deadline_exceeded, message=request timed out, status=408)", "traceback": "Traceback (most recent call last):\n File \"/home/app/agent-orchestrator/agent_orchestrator/service/egress.py\", line 184, in audio_egress\n res = await livekit_api.egress.start_room_composite_egress(req)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.11/site-packages/livekit/api/egress_service.py\", line 41, in start_room_composite_egress\n return await self._client.request(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.11/site-packages/livekit/api/twirp_client.py\", line 129, in request\n raise TwirpError(\nlivekit.api.twirp_client.TwirpError: TwirpError(code=deadline_exceeded, message=request timed out, status=408)\n", "timestamp": "2026-04-22T12:47:25.467725+00:00"}
So we retried again - but this caused two egress requests to be spawned and multiple webhooks to be triggered downstream. Can you please check this issue?
Lmk if I need to create a separate issue for this.