Skip to content

CallProtocol

Type · TDLib 1.8.67 · d1085f9c

Specifies the supported call protocols

CallProtocol(
  udp_p2p: Bool,
  udp_reflector: Bool,
  min_layer: int32,
  max_layer: int32,
  library_versions: list of string
) → CallProtocol

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

int32

The minimum supported API layer; use 65

max_layer

int32

The maximum supported API layer; use 92

library_versions

list of string

List of supported tgcalls versions