Interface IVoiceState
public interface IVoiceState
Properties
ChannelId
Channel id connected to.
ulong? ChannelId { get; }
Property Value
ConnectionId
Voice connection id.
string? ConnectionId { get; }
Property Value
GuildId
Guild id for the voice channel.
ulong? GuildId { get; }
Property Value
IsDeaf
User is deafened in the guild.
bool IsDeaf { get; }
Property Value
IsMobile
User connected with mobile.
bool IsMobile { get; }
Property Value
IsMute
User is muted in the guild.
bool IsMute { get; }
Property Value
IsSelfDeaf
User is self deafend.
bool IsSelfDeaf { get; }
Property Value
IsSelfMute
User is self muted.
bool IsSelfMute { get; }
Property Value
IsSelfStream
User is streaming.
bool IsSelfStream { get; }
Property Value
IsSelfVideo
User is using video.
bool IsSelfVideo { get; }
Property Value
IsSuppressed
User can't speak in voice.
bool IsSuppressed { get; }
Property Value
Member
Member for the voice connection.
IGuildMember? Member { get; }
Property Value
SessionId
Voice connection session.
string SessionId { get; }
Property Value
UserId
User id that is connected.
ulong UserId { get; }
Property Value
ViewerStreamKeys
Keys used for streaming.
string[] ViewerStreamKeys { get; }
Property Value
- string[]