RoomStatus

(CHA-RS1) The different states that a room can be in throughout its lifecycle.

Entries

Link copied to clipboard

(CHA-RS1a) A temporary state for when the library is first initialized.

Link copied to clipboard

(CHA-RS1b) The library is currently attempting to attach the room.

Link copied to clipboard

(CHA-RS1c) The room is currently attached and receiving events.

Link copied to clipboard

(CHA-RS1d) The room is currently detaching and will not receive events.

Link copied to clipboard

(CHA-RS1e) The room is currently detached and will not receive events.

Link copied to clipboard

(CHA-RS1f) The room is in an extended state of detachment, but will attempt to re-attach when able.

Link copied to clipboard

(CHA-RS1g) The room is currently detached and will not attempt to re-attach. User intervention is required.

Link copied to clipboard

(CHA-RS1h) The room is in the process of releasing. Attempting to use a room in this state may result in undefined behavior.

Link copied to clipboard

(CHA-RS1i) The room has been released and is no longer usable.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.