Options

data class Options(val disableGC: Boolean = false, val disablePresence: Boolean = false)

Constructors

Link copied to clipboard
constructor(disableGC: Boolean = false, disablePresence: Boolean = false)

Properties

Link copied to clipboard
val disableGC: Boolean = false

Disables garbage collection if true.

Link copied to clipboard

Seeds the presence-free state before attach. The server-fixated value from the attach response takes precedence once attached.