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