Skip to content

Audio Packets not being recieved #45

Description

@KodyPrograms

Tried making a simple echoing to echo back my voice in discord. Basically is looks like it does below.
and it doesn't ever write to line or echo anything back to me even tho he is already in the voice channel. Any help would be great!

client.ConnectToVoiceChannel(client.GetChannelByName("Other"));

client.AudioPacketReceived += (sender, e) =>
{
Console.WriteLine("Audio Packet Recieved");
DiscordAudioPacket audio = new DiscordAudioPacket(e.OpusAudio);
client.EchoPacket(audio);
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions