PhoneCallProtocol

---types---
phoneCallProtocol#fc878fc8 udp_p2p:flags.0?true udp_reflector:flags.1?true min_layer:int max_layer:int library_versions:Vector<string> = PhoneCallProtocol

Belongs to

PhoneCallProtocol

In Rust this constructor is a variant of the enums::PhoneCallProtocol enum.
Match on it with: if let enums::PhoneCallProtocol::PhoneCallProtocol(v) = result { ... }

Parameters

udp_p2ptrueoptional
udp_reflectortrueoptional
min_layerintrequired
max_layerintrequired
library_versionsVector<string>required

Used by

AcceptCall
ConfirmCall
RequestCall