Created
May 22, 2022 00:11
-
-
Save bearlikelion/6c99bf3fe0a5d58fe3327c11cc668dbc to your computer and use it in GitHub Desktop.
ServerVoipSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"VOIPEnabled": true, | |
"VOIPIssuer": "", | |
"VOIPSecret": "", | |
"VOIPAppUserId": "", | |
"VOIPAppUserPwd": "", | |
"VOIPVivoxDomain": "", | |
"VOIPAPIEndpoint": "", | |
"VOIPConversationalDistance": 14, | |
"VOIPAudibleDistance": 40, | |
"VOIPFadeIntensity": 2.0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, bearlikelion! 🙏
Not long ago I discovered this awesome service https://www.tregroup.net/ and after that I started ti dig deeper into this field. VOIP is an incredible technology!