Class SocketVoiceServer
Represents a WebSocket-based voice server.
Assembly: Discord.Net.WebSocket.dll​
View Source​
Declaration
public class SocketVoiceServer
Properties​
Guild​
Gets the guild associated with the voice server.
View Source​
Declaration
public Cacheable<IGuild, ulong> Guild { get; }
Endpoint​
Gets the endpoint URL of the voice server host.
View Source​
Declaration
public string Endpoint { get; }
Token​
Gets the voice connection token.
View Source​
Declaration
public string Token { get; }