330_ice_trickle_full_vs_reg.py 408 B

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