Automatically toggle speaking boolean

This commit is contained in:
RogueException
2017-04-03 19:59:03 -03:00
parent af7943e62a
commit e49122ea7e
3 changed files with 14 additions and 1 deletions

View File

@@ -239,7 +239,7 @@ namespace Discord.Audio
throw new InvalidOperationException($"Discord selected an unexpected mode: {data.Mode}");
_secretKey = data.SecretKey;
await ApiClient.SendSetSpeaking(true).ConfigureAwait(false);
//await ApiClient.SendSetSpeaking(true).ConfigureAwait(false);
var _ = _connection.CompleteAsync();
}