Table of Contents
API reference

Constructor VoiceConfiguration

Namespace
DisCatSharp.Voice
Assembly
DisCatSharp.Voice.dll

VoiceConfiguration()

Creates a new instance of VoiceConfiguration.

[ActivatorUtilitiesConstructor]
public VoiceConfiguration()

VoiceConfiguration(VoiceConfiguration)

Creates a new instance of VoiceConfiguration, copying the properties of another configuration.

public VoiceConfiguration(VoiceConfiguration other)

Parameters

other VoiceConfiguration

Configuration the properties of which are to be copied.