Table of Contents

Class VoiceServer

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class VoiceServer : Entity, IVoiceServer
Inheritance
object
VoiceServer
Implements

Properties

ChannelId

public ulong ChannelId { get; }

Property Value

ulong

ConnectionId

public string ConnectionId { get; }

Property Value

string

E2EEKey

public string? E2EEKey { get; }

Property Value

string

Endpoint

public string Endpoint { get; }

Property Value

string

GuildId

public ulong? GuildId { get; }

Property Value

ulong?

Token

public string Token { get; }

Property Value

string

Methods

Create(FluxerBaseClient, VoiceServerJson)

Create a VoiceServer object from json.

public static VoiceServer Create(FluxerBaseClient client, VoiceServerJson json)

Parameters

client FluxerBaseClient
json VoiceServerJson

Returns

VoiceServer