Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions content/en-us/reference/engine/enums/AudioApiRollout.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
name: AudioApiRollout
type: enum
summary: ''
description: ''
summary: |
Used to determine whether voice chat is represented and controlled by `Class.AudioDeviceInput` objects.
description: |
Used to determine whether voice chat is represented and controlled by `Class.AudioDeviceInput` objects.
code_samples: []
tags: []
deprecation_message: ''
items:
- name: Disabled
summary: ''
summary: |
Voice chat will use an internal voice chat implementation that is automatic and hidden.
value: 0
tags: []
deprecation_message: ''
- name: Automatic
summary: ''
summary: |
Currently means the same thing as `Disabled`, but will be updated to mean `Enabled` in the future.
value: 1
tags: []
deprecation_message: ''
- name: Enabled
summary: ''
summary: |
Voice chat can be customized or controlled via `Class.AudioDeviceInput|AudioDeviceInputs`.
value: 2
tags: []
deprecation_message: ''
Loading