Class VoiceServerUpdateEventImpl

    • Field Summary

      • Fields inherited from class org.javacord.core.event.EventImpl

        api
    • Constructor Summary

      Constructors 
      Constructor Description
      VoiceServerUpdateEventImpl​(Server server, java.lang.String token, java.lang.String endpoint)
      Constructs a new VoiceStateUpdateEventImpl instance.
    • Constructor Detail

      • VoiceServerUpdateEventImpl

        public VoiceServerUpdateEventImpl​(Server server,
                                          java.lang.String token,
                                          java.lang.String endpoint)
        Constructs a new VoiceStateUpdateEventImpl instance.
        Parameters:
        server - The server this voice server update is for.
        token - The token provided in this update.
        endpoint - The endpoint provided in this update.