I'm trying to use `MultimodalAgent` and was faced with the problem: if participants rejoin in the same room, I see theese error ``` node_modules/.pnpm/@livekit+agents@0.5.1_@livekit+rtc-node@0.12.1/node_modules/@livekit/agents/dist/multimodal/multimodal_agent.js:306 reject(new Error("Task cancelled")); ``` This happens due to the repeated event `RoomEvent.Track Subscribed` After this error the agent stops responding