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
Data
public required VoiceSelectProtocolCommandData Data { get; init; }
Property Value
Protocol
public required string Protocol { get; init; }