Table of Contents

Interface IVoiceRegion

Namespace
Kook
Assembly
Kook.Net.Experimental.dll

Represents a region of which the user connects to when using voice.

public interface IVoiceRegion

Remarks

warning

This entity is still in experimental state, which means that it is not for official API implementation usage, may violate the developer rules or policies, not guaranteed to be stable, and may be changed or removed in the future.

Properties

Crowding

Gets the crowding of this voice region.

decimal Crowding { get; }

Property Value

decimal

A decimal between 0.0 and 1.0 that represents the crowding of this voice region.

Id

Gets the unique identifier for this voice region.

string Id { get; }

Property Value

string

A string that represents the identifier for this voice region (e.g. eu-central).

MinimumBoostLevel

Gets the minimum boost level required to use this voice region.

BoostLevel MinimumBoostLevel { get; }

Property Value

BoostLevel

A BoostLevel that represents the minimum boost level required to use this voice region.

Name

Gets the name of this voice region.

string Name { get; }

Property Value

string

A string that represents the human-readable name of this voice region (e.g. Central Europe).