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
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ properties:
setup depend on `Class.VoiceChatService.UseAudioApi|UseAudioApi`.

When `Class.VoiceChatService.UseAudioApi|UseAudioApi` is
`Enum.AudioApiRollout|Enabled`, disabling this property disables the
default setup, but `Class.AudioDeviceInput` will still work. Conversely,
when `Class.VoiceChatService.UseAudioApi|UseAudioApi` is
`Enum.AudioApiRollout|Disabled`, disabling the default voice setup
effectively disables voice chat altogether.
code_samples: []
Expand Down Expand Up @@ -57,6 +60,9 @@ properties:
- An `Class.AudioListener` will be created and parented to
`Class.Workspace.CurrentCamera`.

You can disable the default setup by setting
`Class.VoiceChatService.EnableDefaultVoice` to `false`.

If `Enum.AudioApiRollout|Disabled`, the voice chat setup is done through
an internal-only system.

Expand Down