API reference
Class VoiceExtension
- Namespace
- DisCatSharp.Voice
- Assembly
- DisCatSharp.Voice.dll
Represents Voice extension, which acts as Discord voice client.
public sealed class VoiceExtension : BaseExtension
- Inheritance
-
VoiceExtension
- Inherited Members
Properties
- IsIncomingEnabled
Gets whether this connection has incoming voice enabled.
Methods
- ConnectAsync(DiscordChannel, bool?, bool?)
Create a Voice connection for the specified channel.
- GetConnection(DiscordGuild)
Gets a Voice connection for specified guild.
- Setup(DiscordClient)
DO NOT USE THIS MANUALLY.