blob: 8c46b939c18258aa4ae8928623a02262653f7e74 [file] [log] [blame]
# $Id$
#
import inc_cfg
# Simple call
config = inc_cfg.CallConfig(
title = "Callee=mandatory SRTP, caller=optional SRTP",
callee_cfg = inc_cfg.Config(arg="--null-audio --use-srtp=2 --srtp-secure=0"),
caller_cfg = inc_cfg.Config(arg="--null-audio --use-srtp=1 --srtp-secure=0")
)