CallVoiceState
, GuildVoiceState
public interface VoiceState
Modifier and Type | Method | Description |
---|---|---|
AudioChannel |
getAudioChannel() |
The possibly-null
AudioChannel for this VoiceState |
JDA |
getJDA() |
Returns the
JDA instance of this VoiceState |
java.lang.String |
getSessionId() |
The Session-Id for this VoiceState
|
boolean |
isSelfDeafened() |
|
boolean |
isSelfMuted() |
boolean isSelfMuted()
boolean isSelfDeafened()
JDA getJDA()
JDA
instance of this VoiceStateAudioChannel getAudioChannel()
AudioChannel
for this VoiceStatejava.lang.String getSessionId()