File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
content/en-us/reference/engine/enums Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11name : AudioApiRollout
22type : enum
33summary : |
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.
55description : |
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.
77code_samples : []
88tags : []
99deprecation_message : ' '
1010items :
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 : ' '
You can’t perform that action at this time.
0 commit comments