How to get the avatar position in server side.
I don't want to send the location from client side to make the avatar move to different location.
I should be able to find the current location of Avatar in server side. Is that possible???????
No, it's not possible without customization.
In our project we use user variables as avatar position, because user variables are public and automatically propagated by smartfox to other users in the room.