Table of Contents

Interface IVoiceClientCache

Namespace
NetCord.Gateway.Voice
Assembly
NetCord.dll
public interface IVoiceClientCache : IDisposable
Inherited Members

Properties

Ssrc

uint Ssrc { get; }

Property Value

uint

Ssrcs

IReadOnlyDictionary<ulong, uint> Ssrcs { get; }

Property Value

IReadOnlyDictionary<ulong, uint>

Users

IReadOnlyDictionary<uint, ulong> Users { get; }

Property Value

IReadOnlyDictionary<uint, ulong>

Methods

CacheCurrentSsrc(uint)

IVoiceClientCache CacheCurrentSsrc(uint ssrc)

Parameters

ssrc uint

Returns

IVoiceClientCache

CacheUser(ulong, uint)

IVoiceClientCache CacheUser(ulong userId, uint ssrc)

Parameters

userId ulong
ssrc uint

Returns

IVoiceClientCache

RemoveUser(ulong)

IVoiceClientCache RemoveUser(ulong userId)

Parameters

userId ulong

Returns

IVoiceClientCache