Table of Contents
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

flags SpeakingFlags

Set the speaking flags.

Returns

Task

A task representing the sending operation.