If you want to use the built-in Voice Chat system of DCS, you can use the VoiceChat extension.
MyNode:
# [...]
instances:
DCS.dcs_serverrelease:
# [...]
extensions:
VoiceChat:
enabled: trueTip
You can rename the VoiceChat extension in your server status embed by setting a "name" in the configuration like so:
extension:
VoiceChat:
name: MyFancyName # Optional: default is "DCS Voice Chat"