Room

@Serializable
data class Room(val id: ResourceId, val services: List<ResourceReference>, val metadata: SegmentMetadata, val children: List<ResourceReference>)

State and capabilities of a room resource.

Constructors

Link copied to clipboard
fun Room(id: ResourceId, services: List<ResourceReference>, metadata: SegmentMetadata, children: List<ResourceReference>)

Properties

Link copied to clipboard

Devices to group by the Room.

Link copied to clipboard

Unique identifier representing a specific room instance.

Link copied to clipboard

Configuration object for a room.

Link copied to clipboard

References all services aggregating control and state of children in the group.