summaryrefslogtreecommitdiffstats
path: root/apps/samples/miles/miles.html
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2013-11-07 11:08:51 (GMT)
committerStefan Radomski <github@mintwerk.de>2013-11-07 11:08:51 (GMT)
commitc57b32ea2fa6b80ec35e43d190f251958665a256 (patch)
treeb1b4ac40fdf5decf870a6d4c8842026fe8421b34 /apps/samples/miles/miles.html
parentb2d7e26223288d0e555e8b72ef987be93d2d89ba (diff)
parent1dca74be3a40cb878cd284d3572fca020173113a (diff)
downloaduscxml-c57b32ea2fa6b80ec35e43d190f251958665a256.zip
uscxml-c57b32ea2fa6b80ec35e43d190f251958665a256.tar.gz
uscxml-c57b32ea2fa6b80ec35e43d190f251958665a256.tar.bz2
Merge pull request #7 from mathiasjohanson/master
multipoint video
Diffstat (limited to 'apps/samples/miles/miles.html')
-rw-r--r--apps/samples/miles/miles.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/samples/miles/miles.html b/apps/samples/miles/miles.html
index 08cfeca..5028621 100644
--- a/apps/samples/miles/miles.html
+++ b/apps/samples/miles/miles.html
@@ -16,9 +16,9 @@
<script type="text/javascript">
require(["dojo/domReady!"], function(dom) {
var milesSession1 = new Miles("miles1");
- var milesSession2 = new Miles("miles2");
- var milesSession3 = new Miles("miles3");
- var milesSession4 = new Miles("miles4");
+ var milesSession2 = new Miles("miles2", {"scxmlURL": "localhost:8080", "reflectorIp": "88.131.107.12", "email": "user@smartvortex.eu", "problemName": "webconfero", "remoteEmail": "yetanother@smartvortex.eu"});
+ var milesSession3 = new Miles("miles3", {"scxmlURL": "localhost:8080", "reflectorIp": "88.131.107.12", "email": "user@smartvortex.eu", "problemName": "webconfero", "remoteEmail": "stillanother@smartvortex.eu"});
+ var milesSession4 = new Miles("miles4", {"scxmlURL": "localhost:8080", "reflectorIp": "88.131.107.12", "email": "user@smartvortex.eu", "problemName": "webconfero", "remoteEmail": "last@smartvortex.eu"});
});
</script>
</head>