PresenceJoinConfig

@Serializable
data class PresenceJoinConfig(var key: String)(source)

Parameters

key

Used to track presence payloads. Can be e.g. a user id

Constructors

Link copied to clipboard
constructor(key: String)

Properties

Link copied to clipboard
var key: String