View Source ExTDLib.Object.CallProtocol (ExTDLib v0.0.4)
Specifies the supported call protocols.
| Name | Type | Description |
|---|---|---|
| udp_p2p | bool | True, if UDP peer-to-peer connections are supported. |
| udp_reflector | bool | True, if connection through UDP reflectors is supported. |
| min_layer | number | The minimum supported API layer; use 65. |
| max_layer | number | The maximum supported API layer; use 92. |
| library_versions | string | List of supported tgcalls versions. |
More details on telegram's documentation.