D-Modem/pjproject-2.11.1/tests/pjsua/scripts-call/330_ice_trickle_full.py

13 lines
372 B
Python
Raw Normal View History

2021-10-30 02:41:03 +08:00
# $Id$
#
from inc_cfg import *
# Trickle ICE full vs full
test_param = TestParam(
"Callee=Trickle ICE (full), caller=Trickle ICE (full)",
[
InstanceParam("callee", "--null-audio --max-calls=1 --use-ice --ice-trickle=2 --stun-srv stun.pjsip.org"),
InstanceParam("caller", "--null-audio --max-calls=1 --use-ice --ice-trickle=2 --stun-srv stun.pjsip.org")
]
)