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(uint, ulong)

IVoiceClientCache CacheUser(uint ssrc, ulong userId)

Parameters

ssrc uint
userId ulong

Returns

IVoiceClientCache

RemoveUser(uint, ulong)

IVoiceClientCache RemoveUser(uint ssrc, ulong userId)

Parameters

ssrc uint
userId ulong

Returns

IVoiceClientCache