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