Reject

@Serializable
@SerialName(value = "reject")
data class Reject(val reason: String) : AdmitMessage

Sent by the host to reject a joiner's Hello.

reason is a human-readable rejection cause for debugging.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard