690 B
690 B
title | description |
---|---|
phoneCallProtocol | phoneCallProtocol attributes, type and example |
Constructor: phoneCallProtocol
Attributes:
Name | Type | Required |
---|---|---|
udp_p2p | Bool | Optional |
udp_reflector | Bool | Optional |
min_layer | int | Required |
max_layer | int | Required |
Type: PhoneCallProtocol
Example:
$phoneCallProtocol = ['_' => 'phoneCallProtocol', 'udp_p2p' => true, 'udp_reflector' => true, 'min_layer' => int, 'max_layer' => int, ];