Table of Contents

Class JsonVoiceClientCache

Namespace
NetCord.Gateway.Voice.JsonModels
Assembly
NetCord.dll
public class JsonVoiceClientCache
Inheritance
JsonVoiceClientCache
Inherited Members

Constructors

JsonVoiceClientCache()

public JsonVoiceClientCache()

Properties

Ssrc

[JsonPropertyName("ssrc")]
public uint Ssrc { get; set; }

Property Value

uint

Ssrcs

[JsonPropertyName("ssrcs")]
public ImmutableDictionary<ulong, uint> Ssrcs { get; set; }

Property Value

ImmutableDictionary<ulong, uint>

Users

[JsonPropertyName("users")]
public ImmutableDictionary<uint, ulong> Users { get; set; }

Property Value

ImmutableDictionary<uint, ulong>