Added the user-room token created from admin when we access a room
This commit is contained in:
parent
9eb4206fe0
commit
dd79f7d0f4
13 changed files with 63 additions and 2 deletions
|
@ -4,6 +4,7 @@ WA.onInit().then(() => {
|
|||
console.log('Player name: ', WA.player.name);
|
||||
console.log('Player id: ', WA.player.id);
|
||||
console.log('Player tags: ', WA.player.tags);
|
||||
console.log('Player token: ', WA.player.userRoomToken);
|
||||
});
|
||||
|
||||
WA.room.getTiledMap().then((data) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue