1234567891011 |
- #
- from inc_cfg import *
- # Regular ICE vs trickle ICE full, should be okay (as trickle will be disabled)
- test_param = TestParam(
- "Callee=Trickle ICE (full), caller=Regular ICE",
- [
- 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=0 --stun-srv stun.pjsip.org")
- ]
- )
|