Interface IVoiceRegion
Represents a region of which the user connects to when using voice.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IVoiceRegion
Properties
| Improve this Doc View SourceId
Gets the unique identifier for this voice region.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
String | A string that represents the identifier for this voice region (e.g. |
IsCustom
Gets a value that indicates whether this voice region is custom-made for events.
Declaration
bool IsCustom { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
IsDeprecated
Gets a value that indicates whether this voice region is no longer being maintained.
Declaration
bool IsDeprecated { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
IsOptimal
Gets a value that indicates whether this voice region is optimal for your client in terms of latency.
Declaration
bool IsOptimal { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
IsVip
Gets a value that indicates whether or not this voice region is exclusive to partnered servers.
Declaration
bool IsVip { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Name
Gets the name of this voice region.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String | A string that represents the human-readable name of this voice region (e.g. |