Expand my Community achievements bar.

creating and entering rooms with custom pod

Avatar

Level 2

We just implemented a chat pod that we want to make available to all our rooms.

Initially we got it into a room by logging in as owner.  Then we verified that the new CollectionNode was present and made that room into our template.

Creating rooms based on that template from the Ruby api did not work - the created rooms had no CollectionNodes.  So we created them from the Room Console available in the AIR app.

Inspecting them through the console showed that they had the new node (myChat_SimpleChatModel).

Yet when we log into a room it seems to revert to our older set of CollectionNodes.

1 Reply

Avatar

Level 2

it looks like this is working somewhat better now - it may have been latency in the changes we tried to make.

relatedly, when I used the room console to delete and then create rooms, it complained that I was using non-unique names for rooms even though I had already deleted the room with that name.

I logged out and back into the room console and was able to recreate the rooms.