150_srtp_1_3.py 306 B

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