<meta>
<info name="gta5voice" author="https://gta5voice.com" type="script" />
<script src="GTA5Voice.dll"/>
<settings>
<setting name="VirtualServerUID" value="YOUR_VIRTUAL_SERVER_UID_HERE" description="Unique identifier of your TeamSpeak server" />
<setting name="IngameChannelId" value="INGAME_CHANNEL_ID_HERE" description="ID of the TeamSpeak channel the client should get moved into after log-in" />
<setting name="FallbackChannelId" value="FALLBACK_CHANNEL_ID_HERE" description="ID of the TeamSpeak channel the client should get moved into after disconnecting from the server" />
<setting name="IngameChannelPassword" value="INGAME_CHANNEL_PASSWORD_HERE" description="Password of the Ingame TeamSpeak channel" />
<setting name="DebuggingEnabled" value="false" description="Enables server debugging for development purposes. Not recommended in prod environment" />
<setting name="Language" value="en" description="Language for popup, error messages, etc." />
<setting name="CalculationInterval" value="250" description="Calculation tick interval" />
<setting name="VoiceRanges" value="[2, 5, 8, 15]" description="Usable voice ranges" />
<setting name="ExcludedChannels" value="[100, 200, 300]" description="Channels excluded from voice chat transfers. It is recommended to exclude only restricted channels, not open ones" />
</settings>
</meta>