Xgamingserver
V Rising VoIP

How to add VoIP to your V Rising Server

In this guide, I’m going to show you how to add VoIP to your V Rising Server using ViVOX

VoIP stands for Voice Over Internet Protocol. Mostly used ingame for communications between players in a Multiplayer game


You need the VIVOX API Keys in order for this to work. You will need to create an organization and sign up for VOIP. Go to the following: https://developer.vivox.com

First, you want to create a .json in your settings folder where all your other settings are located where ever they may be.

/home/container/server-data/Settings/

settings folder

It will look like the following:

This file below will be labeled: ServerVoipSettings.json

{
 "VOIPEnabled": true,
 "VOIPIssuer": " ",
 "VOIPSecret": " ",
 "VOIPAppUserId": " ",
 "VOIPAppUserPwd": " ",
 "VOIPVivoxDomain": " ",
 "VOIPAPIEndpoint": " ",
 "VOIPConversationalDistance": 14,
 "VOIPAudibleDistance": 40,
 "VOIPFadeIntensity": 2.0
}



Here is the hard part you need the VIVOX API Keys in order for this to work. You will need to create an organization and sign up for VOIP. Go to the following: https://developer.vivox.com

You will then use this information on the above file to grant yourself access to VOIP!

Looking for V Rising Server hosting to rent? Try us

v rising server hosting

Xray

A Mathematician who knows a thing or two about Design.

Add comment