Member

data class Member(val id: PeerId, val identity: MemberIdentity, val liveness: Liveness)

An admitted member of a Room.

A peer is a Member only after completing the admit/identify handshake. Raw Seam peers that have connected but not yet identified are not members.

Constructors

Link copied to clipboard
constructor(id: PeerId, identity: MemberIdentity, liveness: Liveness)

Properties

Link copied to clipboard
val id: PeerId
Link copied to clipboard
Link copied to clipboard