DefaultStreams
class DefaultStreams(voiceGateway: VoiceGateway, udp: VoiceUdpSocket, nonceStrategy: NonceStrategy) : Streams(source)
Properties
Link copied to clipboard
A flow of all incoming AudioFrames mapped to their ssrc.
Link copied to clipboard
A flow of all incoming dev.kord.voice.udp.RTPPackets through the UDP connection.
Link copied to clipboard
A flow of all incoming AudioFrames mapped to their userId. Streams for every user should be built over time and will not be immediately available.
Link copied to clipboard