D-Modem/pjproject-2.11.1/tests/pjsua/scripts-call/305_ice_comp_2_1.py
2021-10-29 14:41:03 -04:00

13 lines
290 B
Python

# $Id$
#
from inc_cfg import *
# Different number of ICE components
test_param = TestParam(
"Callee=use ICE, caller=use ICE",
[
InstanceParam("callee", "--null-audio --use-ice --max-calls=1"),
InstanceParam("caller", "--null-audio --use-ice --max-calls=1 --ice-no-rtcp")
]
)