Started adding audio receive
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Discord.Audio;
|
||||
using Discord.Net.Udp;
|
||||
using Discord.Net.Udp;
|
||||
using Discord.Net.WebSockets;
|
||||
using Discord.Rest;
|
||||
|
||||
@@ -27,9 +26,6 @@ namespace Discord.WebSocket
|
||||
/// </summary>
|
||||
public int LargeThreshold { get; set; } = 250;
|
||||
|
||||
/// <summary> Gets or sets the type of audio this DiscordClient supports. </summary>
|
||||
public AudioMode AudioMode { get; set; } = AudioMode.Disabled;
|
||||
|
||||
/// <summary> Gets or sets the provider used to generate new websocket connections. </summary>
|
||||
public WebSocketProvider WebSocketProvider { get; set; }
|
||||
/// <summary> Gets or sets the provider used to generate new udp sockets. </summary>
|
||||
|
||||
Reference in New Issue
Block a user