StunCommand

class StunCommand(val header: StunHeader, val attributes: List<StunAttribute>, val useIntegrity: Boolean = true, val useFingerprint: Boolean = true)

Constructors

Link copied to clipboard
constructor(header: StunHeader, attributes: List<StunAttribute>, useIntegrity: Boolean = true, useFingerprint: Boolean = true)

Properties

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

Functions

Link copied to clipboard
fun toByteArray(remotePass: String = ""): ByteArray
Link copied to clipboard
open override fun toString(): String