330_ice_reg_vs_trickle_full.py 411 B

1234567891011
  1. #
  2. from inc_cfg import *
  3. # Regular ICE vs trickle ICE full, should be okay (as trickle will be disabled)
  4. test_param = TestParam(
  5. "Callee=Trickle ICE (full), caller=Regular ICE",
  6. [
  7. InstanceParam("callee", "--null-audio --max-calls=1 --use-ice --ice-trickle=2 --stun-srv stun.pjsip.org"),
  8. InstanceParam("caller", "--null-audio --max-calls=1 --use-ice --ice-trickle=0 --stun-srv stun.pjsip.org")
  9. ]
  10. )