summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-pres/100_peertopeer.py
blob: 10f71589e433269ded92b93110be6a041b461fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id:$
#
from inc_cfg import *

# Direct peer to peer presence
test_param = TestParam(
		"Direct peer to peer presence",
		[
			InstanceParam("client1", "--null-audio"),
			InstanceParam("client2", "--null-audio")
		]
		)