Interface IVoiceRegion
Represents a region of which the user connects to when using voice.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IVoiceRegion
Properties​
Id​
Gets the unique identifier for this voice region.
View Source​
Declaration
string Id { get; }
Name​
Gets the name of this voice region.
View Source​
Declaration
string Name { get; }
IsVip​
Gets a value that indicates whether or not this voice region is exclusive to partnered servers.
View Source​
Declaration
bool IsVip { get; }
IsOptimal​
Gets a value that indicates whether this voice region is optimal for your client in terms of latency.
View Source​
Declaration
bool IsOptimal { get; }
IsDeprecated​
Gets a value that indicates whether this voice region is no longer being maintained.
View Source​
Declaration
bool IsDeprecated { get; }
IsCustom​
Gets a value that indicates whether this voice region is custom-made for events.
View Source​
Declaration
bool IsCustom { get; }