Class VoiceServerOptions

java.lang.Object
discord4j.voice.VoiceServerOptions

public class VoiceServerOptions extends Object
A set of options required to identify a voice server, for identifying.
  • Constructor Details

    • VoiceServerOptions

      public VoiceServerOptions(String token, String endpoint)
  • Method Details

    • getToken

      public String getToken()
    • getEndpoint

      public String getEndpoint()