Fixed incoming audio, removed nameresolution dep.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Discord.Net.Udp
|
||||
event Func<byte[], int, int, Task> ReceivedDatagram;
|
||||
|
||||
void SetCancelToken(CancellationToken cancelToken);
|
||||
void SetDestination(string host, int port);
|
||||
void SetDestination(string ip, int port);
|
||||
|
||||
Task StartAsync();
|
||||
Task StopAsync();
|
||||
|
||||
Reference in New Issue
Block a user