D-Modem/pjproject-2.11.1/tests/pjsua/scripts-call/305_ice_comp_2_1.py

13 lines
290 B
Python
Raw Normal View History

2021-10-30 02:41:03 +08:00
# $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")
]
)