IncomingVoiceStream

Properties

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

Methods

Read

Reads a packet from the stream. This will throw an InvalidOperationException if the stream has been closed.

Returns

pageDiscordVoicePacket

Last updated