IncomingVoiceStream
Last updated
Was this helpful?
Last updated
Was this helpful?
Name
Description
Type
Session
The parent session for this stream
DiscordVoiceSession
UserId
The ID of the user this receiver is for
ulong
Closed
Whether or not this stream has been closed
bool
QueuedPackets
The amount of unread packets
int
Reads a packet from the stream. This will throw an InvalidOperationException if the stream has been closed.