Property WebSocketCloseTimeout
- Namespace
- DSharpPlus.Lavalink
- Assembly
- DSharpPlus.Lavalink.dll
WebSocketCloseTimeout
Sets the time in milliseconds to wait for Lavalink's voice WebSocket to close after leaving a voice channel.
This will be the delay before the guild connection is removed.
Defaults to 3000 milliseconds.
public int WebSocketCloseTimeout { set; }