What I need to do is update a shared object on room creation. Th eproble is that if I put the code in the roomStart method the getScopeNames() method doesn't return the newly created room as well. How should I tackle this kind of situation. Is addScheduledJob my best option? cosmin