Skip to content

Releases: Htomsik/LiteCall

v0.1.5-VKR-alpha

22 Jul 05:08
bfc83e1
Compare
Choose a tag to compare
v0.1.5-VKR-alpha Pre-release
Pre-release

This release is a diploma work

It have a lot of bugs and dummy functions, for example:

  • The selection of audio input/output devices has no effect on anything
  • Saving settings of audio input/output devices also doesn't affect anything

How to test it?

You must install client and test servers.

To run the test servers:

  1. Unzip the LiteCallServer archive.
  2. To start the servers for communication, you must run the LC-servers.exe in the LiteCallServer archive.

The first time you run LC-servers, the administrator password will be generated in LiteCallServer\ServerChat\ServerChat\logger.txt
Warning: Make a note of these so you do not lose them since the logger.txt will be updated when you run it again.

  1. To start the main server you need to run MainServer.exe in LiteCallServer\MainServer

The first time you run MainServer.exe, the administrator password will be generated in LiteCallServer\MainServer\logger.txt
Warning: Make a note of these so you do not lose them since the logger.txt will be updated when you run it again.

How connect to test main server:

In the client directory, find appsettings.json and replace the line containing

"MainServerIp": "195.2.67.147:5005"

on the

"MainServerIp": "localhost:5005"

Warning

Version of the source code and the installer do not match.
The source code of this version is here