150_srtp_1_1.py 282 B

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