this is a simple project that provide the ability of making audio call through python.
git clone https://github.com/BENSARI-Fathi/python-ip-call.git.
cd python-ip-call.
pip install -r requirement.txt
-
first peer : python3 peer1.py ip port
-
second peer : python3 peer2.py ip port
ip is the ip address of the host that we want to reach
port is the port number that we are gonna connect to it
// i've used python version 3.6 in this project