This commit is contained in:
Daniil Gentili 2017-07-22 16:40:49 +02:00
parent d4087e8391
commit 4b9e8875f1
7 changed files with 7 additions and 6 deletions

View File

@ -27,7 +27,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
VoIPController errors:
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported cÃlient/protocol
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported client/protocol
* `TGVOIP_ERROR_TIMEOUT` - A timeout occurred
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred

View File

@ -3,4 +3,3 @@ gems:
- jekyll-sitemap
- jekyll-seo-tag
encoding: UTF-8

View File

@ -28,6 +28,8 @@ Features:
* It allows you to do everything official clients can do, programmatically!
* *It can make phone calls!*
* It can be proxied!
* It is very fast!

View File

@ -27,7 +27,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
VoIPController errors:
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported cÃlient/protocol
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported client/protocol
* `TGVOIP_ERROR_TIMEOUT` - A timeout occurred
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred

View File

@ -27,7 +27,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
VoIPController errors:
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported cÃlient/protocol
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported client/protocol
* `TGVOIP_ERROR_TIMEOUT` - A timeout occurred
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred

View File

@ -27,7 +27,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
VoIPController errors:
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported cÃlient/protocol
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported client/protocol
* `TGVOIP_ERROR_TIMEOUT` - A timeout occurred
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred

View File

@ -654,7 +654,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
VoIPController errors:
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported cÃlient/protocol
* `TGVOIP_ERROR_INCOMPATIBLE` - The other side is using an unsupported client/protocol
* `TGVOIP_ERROR_TIMEOUT` - A timeout occurred
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred