RoomAgentDispatch

@Serializable
data class RoomAgentDispatch(val agentName: String? = null, val metadata: String? = null)

See also

livekit.LivekitAgentDispatch.RoomAgentDispatch

Constructors

Link copied to clipboard
constructor(agentName: String? = null, metadata: String? = null)

Properties

Link copied to clipboard
val agentName: String? = null
Link copied to clipboard
val metadata: String? = null