danog / php-libtgvoip

PHP extension that wraps the telegram VoIP library.
https://voip.madelineproto.xyz
GNU Affero General Public License v3.0
24 stars 5 forks source link

Calls with proxy #6

Closed delqw closed 4 years ago

delqw commented 5 years ago

How to use a proxy in calls with this extension for MadelineProto?

danog commented 5 years ago

Set $voip->configuration['proxy']: https://github.com/danog/php-libtgvoip/blob/master/main.cpp#L374

The next version of MadelineProto will document this.