API reference
Method SendSpeakingAsync
- Namespace
- DisCatSharp.Voice
- Assembly
- DisCatSharp.Voice.dll
SendSpeakingAsync(SpeakingFlags)
Sends a speaking status to the connected voice channel.
public Task SendSpeakingAsync(SpeakingFlags flags = SpeakingFlags.Microphone)
Parameters
flagsSpeakingFlagsSet the speaking flags.
Returns
- Task
A task representing the sending operation.