mirror of
https://github.com/livekit/livekit.git
synced 2026-04-26 21:45:24 +00:00
64057c3e4d
This allows listing, adding and deleting agent dispatches on an existing room. Requests go to a new AgentDispatchService, which sends them over RPC to the rtc.Room via the RoomManager. The rtc.Room then does agent job management using RPCs to the agent service.