Table of Contents

Class VoiceReadyPayload

Namespace
DSharpPlus.VoiceLink.Payloads
Assembly
DSharpPlus.VoiceLink.dll
public sealed record VoiceReadyPayload : IEquatable<VoiceReadyPayload>
Inheritance
VoiceReadyPayload
Implements
Inherited Members

Properties

public required string Ip { get; init; }

Property Value

string
public required IReadOnlyList<string> Modes { get; init; }

Property Value

IReadOnlyList<string>
public required ushort Port { get; init; }

Property Value

ushort
public required uint Ssrc { get; init; }

Property Value

uint