namespace Discord.Rpc { public class VoiceProperties { public VoiceDeviceProperties Input { get; set; } public VoiceDeviceProperties Output { get; set; } public VoiceModeProperties Mode { get; set; } public Optional AutomaticGainControl { get; set; } public Optional EchoCancellation { get; set; } public Optional NoiseSuppression { get; set; } public Optional QualityOfService { get; set; } public Optional SilenceWarning { get; set; } } }