Hi LiveKit Team,
In LiveKit Agents 1.4.3, lk.chat triggered responses (LLM + TTS).
In 1.5+, it doesn’t trigger any reply.
From frontend I’m sending like this:
await room.localParticipant.sendText(msg, { topic: "lk.chat" });
This is working fine in 1.4.3 but not working in 1.5+.
What’s the recommended replacement?