150_srtp_3_0.py 300 B

12345678910
  1. #
  2. from inc_cfg import *
  3. test_param = TestParam(
  4. "Callee=optional (with duplicated offer) SRTP, caller=no SRTP",
  5. [
  6. InstanceParam("callee", "--null-audio --use-srtp=3 --srtp-secure=0 --max-calls=1"),
  7. InstanceParam("caller", "--null-audio --use-srtp=0 --srtp-secure=0 --max-calls=1")
  8. ]
  9. )