Fixed incoming audio, removed nameresolution dep.

This commit is contained in:
RogueException
2017-04-01 12:59:06 -03:00
parent 27d6f4159d
commit 3e988c7549
7 changed files with 11 additions and 13 deletions

View File

@@ -7,6 +7,8 @@ namespace Discord.API.Voice
{
[JsonProperty("ssrc")]
public uint SSRC { get; set; }
[JsonProperty("ip")]
public string Ip { get; set; }
[JsonProperty("port")]
public ushort Port { get; set; }
[JsonProperty("modes")]