Interface VoiceServerUpdate

All Superinterfaces:
Entity, GuildEntity, HasGuild
All Known Implementing Classes:
VoiceServerUpdateImpl

public interface VoiceServerUpdate extends GuildEntity
Fired when connecting to voice, or when voice servers fail over.
Since:
10/6/18.
Author:
amy
  • Method Details

    • token

      @Nonnull @CheckReturnValue String token()
      Returns:
      The token used for voice connections.
    • endpoint

      @Nonnull @CheckReturnValue String endpoint()
      Returns:
      The endpoint to open voice connections to.