Interface VoiceServerUpdateEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEndpoint()
      Gets the endpoint provided in this voice server update.
      java.lang.String getToken()
      Gets the voice token provided in this voice server update.
      • Methods inherited from interface org.javacord.api.event.Event

        getApi
    • Method Detail

      • getToken

        java.lang.String getToken()
        Gets the voice token provided in this voice server update.
        Returns:
        The voice token.
      • getEndpoint

        java.lang.String getEndpoint()
        Gets the endpoint provided in this voice server update.
        Returns:
        The endpoint.