Skip to content

Commit fd6d61c

Browse files
authored
Apply suggestions from code review
1 parent af607c6 commit fd6d61c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
name: AudioApiRollout
22
type: enum
33
summary: |
4-
Used to determine whether voice chat uses the Audio API
4+
Used to determine whether voice chat is represented and controlled by `Class.AudioDeviceInput` objects.
55
description: |
6-
Used to determine whether voice chat uses the Audio API
6+
Used to determine whether voice chat is represented and controlled by `Class.AudioDeviceInput` objects.
77
code_samples: []
88
tags: []
99
deprecation_message: ''
1010
items:
1111
- name: Disabled
12-
summary: 'Voice chat will not use the Audio API. Roblox will use an internal voice chat implementation that is automatic and hidden.'
12+
summary: |
13+
Voice chat will use an internal voice chat implementation that is automatic and hidden.
1314
value: 0
1415
tags: []
1516
deprecation_message: ''
1617
- name: Automatic
17-
summary: 'Currently means the same thing as Disabled, but will be updated to mean Enabled in the future. This is the default behavior.'
18+
summary: |
19+
Currently means the same thing as `Disabled`, but will be updated to mean `Enabled` in the future.
1820
value: 1
1921
tags: []
2022
deprecation_message: ''
2123
- name: Enabled
22-
summary: 'Voice chat will use the Audio API, meaning it can be customized or controlled via `Class.AudioDeviceInput|AudioDeviceInputs`.'
24+
summary: |
25+
Voice chat can be customized or controlled via `Class.AudioDeviceInput|AudioDeviceInputs`.
2326
value: 2
2427
tags: []
2528
deprecation_message: ''

0 commit comments

Comments
 (0)