Adopted

data class Adopted(val room: Room) : ElectionOutcome

The elected host froze the lobby and committed. room is this peer's joined session.

Constructors

Link copied to clipboard
constructor(room: Room)

Properties

Link copied to clipboard
val room: Room