Hello

@Serializable
@SerialName(value = "hello")
data class Hello(val displayName: String, val sessionId: String, val deviceId: String? = null) : AdmitMessage

Sent by a joiner to the host immediately after transport connection.

displayName — human-readable display name. sessionId — joiner-minted session identifier (UUID-style). deviceId — optional hardware-stable identifier for reconnect dedup.

Constructors

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

Properties

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