320_ice_dtls_srtp.py 340 B

1234567891011
  1. #
  2. from inc_cfg import *
  3. # ICE mismatch
  4. test_param = TestParam(
  5. "Callee=use ICE & SRTP, caller=use ICE & DTLS-SRTP",
  6. [
  7. InstanceParam("callee", "--null-audio --use-ice --max-calls=1 --use-srtp=2 --srtp-secure=0"),
  8. InstanceParam("caller", "--null-audio --use-ice --max-calls=1 --use-srtp=2 --srtp-secure=0 --srtp-keying=1")
  9. ]
  10. )