Class SocketVoiceServer
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
Token
Gets the voice connection token.
public string Token { get; }
Property Value
- string
A voice connection token.