Any tips or code examples are welcome.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi There,
The feature which does this for you is templating. You can set up that
sharedProperty once, at developer time, then save it in an application
template (from the Room Console or Dev Portal), which you use as the second
parameter in createRoom. Then all new rooms come pre-provisioned with the
sharedProperty. Even values entered in there are saved.
see : http://learn.adobe.com/wiki/display/lccs/6.3Templatingrooms
Hope that helps,
nigel
Views
Replies
Total Likes
Tip : Spend more time explaining the problem.
nigel
Views
Replies
Total Likes
Thanks
Essentially, I just want to pass in a few variables that will be shared by all the clients in the room.
At the moment I do this with the first client that accesses the room by doing a remote call for the value:
sharedVar = new SharedProperty();
sharedVar.sharedID = id;
sharedVar.subscribe();
If I could define this via the server when creating the room it would be more elegant I believe, sg like this on the server:
$lccs->createroom(....
$lccs->declare_shared_stuff (....
Views
Replies
Total Likes
Hi There,
The feature which does this for you is templating. You can set up that
sharedProperty once, at developer time, then save it in an application
template (from the Room Console or Dev Portal), which you use as the second
parameter in createRoom. Then all new rooms come pre-provisioned with the
sharedProperty. Even values entered in there are saved.
see : http://learn.adobe.com/wiki/display/lccs/6.3Templatingrooms
Hope that helps,
nigel
Views
Replies
Total Likes
Much appreciated Nigel.
Once someone gets around the terminology this thing is a piece of cake
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies