Interface VoiceState

    • Method Detail

      • isSelfMuted

        boolean isSelfMuted()
        Returns whether the Member/User muted themselves.
        Returns:
        The User's self-mute status
      • isSelfDeafened

        boolean isSelfDeafened()
        Returns whether the Member/User deafened themselves.
        Returns:
        The User's self-deaf status
      • getJDA

        JDA getJDA()
        Returns the JDA instance of this VoiceState
        Returns:
        The corresponding JDA instance
      • getAudioChannel

        AudioChannel getAudioChannel()
        The possibly-null AudioChannel for this VoiceState
        Returns:
        A possibly-null AudioChannel
      • getSessionId

        java.lang.String getSessionId()
        The Session-Id for this VoiceState
        Returns:
        The Session-Id