LeaveReason

sealed interface LeaveReason

Why a peer is leaving a room.

Inheritors

Types

Link copied to clipboard
data class Error(val message: String) : LeaveReason

Departure due to an error.

Link copied to clipboard
data object Normal : LeaveReason

Normal, intentional departure.

Link copied to clipboard

The peer's reconnect window expired without recovery.