Table of Contents

Class VoiceSelectProtocolCommand

Namespace
DSharpPlus.VoiceLink.Commands
Assembly
DSharpPlus.VoiceLink.dll

Once we've fully discovered our external IP and UDP port, we can then tell the voice WebSocket what it is, and start receiving/sending data.

public sealed record VoiceSelectProtocolCommand : IEquatable<VoiceSelectProtocolCommand>
Inheritance
VoiceSelectProtocolCommand
Implements
Inherited Members

Properties

public required VoiceSelectProtocolCommandData Data { get; init; }

Property Value

VoiceSelectProtocolCommandData
public required string Protocol { get; init; }

Property Value

string