Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
The default Voice Gateway implementation of Kord, using an HttpClient for the underlying websocket.
Link copied to clipboard
@KordVoice
Link copied to clipboard
@KordVoice
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Ready(val ssrc: UInt, val ip: String, val port: Int, val modes: List<EncryptionMode>) : VoiceEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@KordVoice
Link copied to clipboard
Link copied to clipboard
data class Speaking(val userId: Snowflake, val ssrc: UInt, val speaking: SpeakingFlags) : VoiceEvent
Link copied to clipboard
Link copied to clipboard
An implementation of the Discord Gateway (see gateway-only, not UDP connection in docs) and its lifecycle.
Link copied to clipboard
Representation of Discord's Voice Gateway close codes.
Link copied to clipboard
Functions
Link copied to clipboard
@KordVoice
Convenience method that will invoke the consumer on every event T created by VoiceGateway.events.