aboutsummaryrefslogtreecommitdiff
path: root/definitions/structs/voice_region.yml
blob: 8019b54d44a8968ce263d2923ec5b161cc54e097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
name: VoiceRegion
description: Information about an available voice region.
fields:
  - name: custom
    description: >
      Whether it is a custom voice region, which is used for events.
    type: bool
  - name: deprecated
    description: >
      Whether it is a deprecated voice region, which you should avoid using.
    type: bool
  - name: id
    description: The internal id of the voice region.
    type: string
  - name: name
    description: A recognizable name of the location of the voice region.
    type: string
  - name: optimal
    description: >
      Whether the voice region is optimal for use for the current user.
    type: bool
  - name: sample_hostname
    description: An example hostname for the region.
    type: string
  - name: sample_port
    description: An example port for the region.
    type: u64
  - name: vip
    description: Whether the voice regions is only for VIPs.
    type: bool