Resumed

data class Resumed(val peerId: PeerId) : MembershipEvent

A partitioned joiner successfully resumed via Room.resume.

Emitted on the host's events when the joiner's us.tractat.kuilt.session.partition.ResumeToken validated and the reconnect window was still open. Also emitted on the joiner's events to confirm local state recovery.

Constructors

Link copied to clipboard
constructor(peerId: PeerId)

Properties

Link copied to clipboard