Class VoiceServer
Fluxer entity with client attached.
public class VoiceServer : Entity, IVoiceServer
- Inheritance
-
objectVoiceServer
- Implements
Properties
ChannelId
public ulong ChannelId { get; }
Property Value
ConnectionId
public string ConnectionId { get; }
Property Value
E2EEKey
public string? E2EEKey { get; }
Property Value
Endpoint
public string Endpoint { get; }
Property Value
GuildId
public ulong? GuildId { get; }
Property Value
Token
public string Token { get; }
Property Value
Methods
Create(FluxerBaseClient, VoiceServerJson)
Create a VoiceServer object from json.
public static VoiceServer Create(FluxerBaseClient client, VoiceServerJson json)
Parameters
clientFluxerBaseClientjsonVoiceServerJson