YAY
This commit is contained in:
parent
d4087e8391
commit
4b9e8875f1
@ -27,7 +27,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
|
|||||||
VoIPController errors:
|
VoIPController errors:
|
||||||
|
|
||||||
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
|
* `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_TIMEOUT` - A timeout occurred
|
||||||
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@ gems:
|
|||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
|
|
||||||
encoding: UTF-8
|
|
||||||
|
@ -28,6 +28,8 @@ Features:
|
|||||||
|
|
||||||
* It allows you to do everything official clients can do, programmatically!
|
* It allows you to do everything official clients can do, programmatically!
|
||||||
|
|
||||||
|
* *It can make phone calls!*
|
||||||
|
|
||||||
* It can be proxied!
|
* It can be proxied!
|
||||||
|
|
||||||
* It is very fast!
|
* It is very fast!
|
||||||
|
@ -27,7 +27,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
|
|||||||
VoIPController errors:
|
VoIPController errors:
|
||||||
|
|
||||||
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
|
* `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_TIMEOUT` - A timeout occurred
|
||||||
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
|
|||||||
VoIPController errors:
|
VoIPController errors:
|
||||||
|
|
||||||
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
|
* `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_TIMEOUT` - A timeout occurred
|
||||||
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
|
|||||||
VoIPController errors:
|
VoIPController errors:
|
||||||
|
|
||||||
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
|
* `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_TIMEOUT` - A timeout occurred
|
||||||
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
||||||
|
|
||||||
|
@ -654,7 +654,7 @@ VoIPController states (these constants are incrementing integers, thus can be co
|
|||||||
VoIPController errors:
|
VoIPController errors:
|
||||||
|
|
||||||
* `TGVOIP_ERROR_UNKNOWN` - An unknown error occurred
|
* `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_TIMEOUT` - A timeout occurred
|
||||||
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
* `TGVOIP_ERROR_AUDIO_IO` - An I/O error occurred
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user