RoomConfiguration

@Serializable
data class RoomConfiguration(val name: String? = null, val emptyTimeout: Int? = null, val departureTimeout: Int? = null, val maxParticipants: Int? = null, val metadata: String? = null, val minPlayoutDelay: Int? = null, val maxPlayoutDelay: Int? = null, val syncStreams: Int? = null, val agents: List<RoomAgentDispatch>? = null)

See also

livekit.LivekitRoom.RoomConfiguration

Constructors

Link copied to clipboard
constructor(name: String? = null, emptyTimeout: Int? = null, departureTimeout: Int? = null, maxParticipants: Int? = null, metadata: String? = null, minPlayoutDelay: Int? = null, maxPlayoutDelay: Int? = null, syncStreams: Int? = null, agents: List<RoomAgentDispatch>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val departureTimeout: Int? = null
Link copied to clipboard
val emptyTimeout: Int? = null
Link copied to clipboard
val maxParticipants: Int? = null
Link copied to clipboard
val maxPlayoutDelay: Int? = null
Link copied to clipboard
val metadata: String? = null
Link copied to clipboard
val minPlayoutDelay: Int? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val syncStreams: Int? = null