MadelineProtoDocs/docs/API_docs/constructors/phoneCallProtocol.md

1.3 KiB

title description image
phoneCallProtocol Protocol info for libtgvoip https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: phoneCallProtocol

Back to constructors index

Protocol info for libtgvoip

Attributes:

Name Type Required Description
udp_p2p Bool Optional Whether to allow P2P connection to the other participant
udp_reflector Bool Optional Whether to allow connection to the other participants through the reflector servers
min_layer int Yes Minimum layer for remote libtgvoip
max_layer int Yes Maximum layer for remote libtgvoip
library_versions Array of string Yes

Type: PhoneCallProtocol

Example:

$phoneCallProtocol = ['_' => 'phoneCallProtocol', 'udp_p2p' => Bool, 'udp_reflector' => Bool, 'min_layer' => int, 'max_layer' => int, 'library_versions' => ['string', 'string']];

Or, if you're into Lua:

phoneCallProtocol={_='phoneCallProtocol', udp_p2p=Bool, udp_reflector=Bool, min_layer=int, max_layer=int, library_versions={'string'}}