State

enum State : Enum<ChatRoom.State>

Represents chat room connection state.

Entries

Link copied to clipboard

(initial state) Chat room is not connected and will not try to establish connection by itself. Besides it being an initial state, chat room can transition to this state when:

Link copied to clipboard

Chat room is trying to establish connection.

Link copied to clipboard

Chat room has established connection and can send requests and receive events.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int