Search Results for

    Show / Hide Table of Contents

    Class SocketVoiceServer

    Represents a WebSocket-based voice server.

    Inheritance
    Object
    SocketVoiceServer
    Namespace: Discord.WebSocket
    Assembly: Discord.Net.WebSocket.dll
    Syntax
    public class SocketVoiceServer : object

    Properties

    | Improve this Doc View Source

    Endpoint

    Gets the endpoint URL of the voice server host.

    Declaration
    public string Endpoint { get; }
    Property Value
    Type Description
    String

    An URL representing the voice server host.

    | Improve this Doc View Source

    Guild

    Gets the guild associated with the voice server.

    Declaration
    public Cacheable<IGuild, ulong> Guild { get; }
    Property Value
    Type Description
    Cacheable<IGuild, UInt64>

    A cached entity of the guild.

    | Improve this Doc View Source

    Token

    Gets the voice connection token.

    Declaration
    public string Token { get; }
    Property Value
    Type Description
    String

    A voice connection token.

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.6.0