Welcome

@Serializable
@SerialName(value = "welcome")
data class Welcome(val assignedPeerId: String, val displayName: String, val sessionId: String, val deviceId: String? = null, val roomId: String? = null) : AdmitMessage

Sent by the host to confirm admission.

Also broadcast to all other already-admitted members so they can update their rosters.

assignedPeerId — the new member's us.tractat.kuilt.core.PeerId value. identity — the identity the new member declared in their Hello. roomId — the host's stable room identifier; null in bootstrap welcomes for existing members. Joiners use this to mint their us.tractat.kuilt.session.partition.ResumeToken.

Constructors

Link copied to clipboard
constructor(assignedPeerId: String, displayName: String, sessionId: String, deviceId: String? = null, roomId: String? = null)

Properties

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