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)