150_srtp_0_1.py 246 B

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