Table of Contents

Class SocketVoiceServer

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

Represents a WebSocket-based voice server.

public class SocketVoiceServer
Inheritance
SocketVoiceServer
Inherited Members

Properties

Endpoint

Gets the endpoint URL of the voice server host.

public string Endpoint { get; }

Property Value

string

An URL representing the voice server host.

Guild

Gets the guild associated with the voice server.

public Cacheable<IGuild, ulong> Guild { get; }

Property Value

Cacheable<IGuild, ulong>

A cached entity of the guild.

Token

Gets the voice connection token.

public string Token { get; }

Property Value

string

A voice connection token.