Class VoiceClientConfiguration
- Namespace
- NetCord.Gateway.Voice
- Assembly
- NetCord.dll
public class VoiceClientConfiguration
- Inheritance
-
VoiceClientConfiguration
- Inherited Members
-
Constructors
VoiceClientConfiguration()
public VoiceClientConfiguration()
Properties
Cache
public IVoiceClientCache? Cache { get; init; }
Property Value
- IVoiceClientCache
DefaultPayloadProperties
public WebSocketPayloadProperties? DefaultPayloadProperties { get; init; }
Property Value
- WebSocketPayloadProperties
Encryption
public IVoiceEncryption? Encryption { get; init; }
Property Value
- IVoiceEncryption
LatencyTimer
public ILatencyTimer? LatencyTimer { get; init; }
Property Value
- ILatencyTimer
RateLimiterProvider
public IRateLimiterProvider? RateLimiterProvider { get; init; }
Property Value
- IRateLimiterProvider
ReconnectStrategy
public IReconnectStrategy? ReconnectStrategy { get; init; }
Property Value
- IReconnectStrategy
public bool? RedirectInputStreams { get; init; }
Property Value
- bool?
UdpSocket
public IUdpSocket? UdpSocket { get; init; }
Property Value
- IUdpSocket
Version
public VoiceApiVersion? Version { get; init; }
Property Value
- VoiceApiVersion?
WebSocketConnectionProvider
public IWebSocketConnectionProvider? WebSocketConnectionProvider { get; init; }
Property Value
- IWebSocketConnectionProvider