150_srtp_2_1.py 297 B

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