1
0
mirror of https://github.com/danog/php-libtgvoip.git synced 2024-11-26 11:54:44 +01:00
Go to file
2017-08-03 17:30:54 +02:00
.vscode Debugging conf and libtgvoip improvements 2017-08-03 16:51:47 +02:00
audio Bugfixes and nice stack traces 2017-07-26 08:31:52 +02:00
backward-cpp@857bc8fc31 Bugfixes and nice stack traces 2017-07-26 08:31:52 +02:00
libtgvoip@087b1e71c5 Debugging conf and libtgvoip improvements 2017-08-03 16:51:47 +02:00
.gitignore Started working on custom audio modules 2017-06-18 18:32:20 +01:00
.gitmodules Bugfixes and nice stack traces 2017-07-26 08:31:52 +02:00
libtgvoip.ini First commit 2017-04-05 03:46:16 +02:00
LICENSE First commit 2017-04-05 03:46:16 +02:00
main.cpp Added setBitrate method 2017-08-03 17:30:54 +02:00
main.h Added setBitrate method 2017-08-03 17:30:54 +02:00
Makefile remove backward-cpp, fix assertion 2017-07-31 18:54:34 +00:00
README.md Bugfixes and nice stack traces 2017-07-26 08:31:52 +02:00

php-libtgvoip

Licensed under AGPLV3, created by Daniil Gentili.

This is a PHP extension that wraps the telegram VoIP library, created using php-cpp.

Installation:

Install the libopus headers (libopus-dev), binutils (binutils-dev), openssl headers (OpenSSL_1_0_1-stable) and the php-cpp headers.

Then clone this repository recursively and run make && sudo make install