uac-srtp-dtls-lower-prio.py 203 B

123456
  1. #
  2. import inc_const as const
  3. PJSUA = ["--null-audio --max-calls=1 --auto-answer=200 --no-tcp --srtp-secure 0 --use-srtp 1 --srtp-keying=0"]
  4. PJSUA_EXPECTS = [[0, "SRTP uses keying method DTLS-SRTP", ""]]