330_ice_trickle_half.py 365 B

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