GlobalVoiceUdpSocket

A global VoiceUdpSocket for all dev.kord.voice.VoiceConnections, unless specified otherwise. Initiated once and kept open for the lifetime of this process.

Properties

Link copied to clipboard
open override val incoming: SharedFlow<Datagram>

Functions

Link copied to clipboard
open suspend override fun discoverIp(address: InetSocketAddress, ssrc: Int): InetSocketAddress
Link copied to clipboard
Link copied to clipboard
open suspend override fun send(packet: Datagram)
Link copied to clipboard
open suspend override fun stop()