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

SsrcUsers

[JsonPropertyName("ssrc_users")]
public IReadOnlyDictionary<uint, ulong> SsrcUsers { get; set; }

Property Value

IReadOnlyDictionary<uint, ulong>

UserSsrcs

[JsonPropertyName("user_ssrcs")]
public IReadOnlyDictionary<ulong, uint> UserSsrcs { get; set; }

Property Value

IReadOnlyDictionary<ulong, uint>

Users

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

Property Value

IReadOnlyList<ulong>