How to get the Profile image of Participant in RealTimeMultiplayer using Google Play Game Services
I am building a game using google play game services on RealTimeMultiplayer concept, my questions is how to get access the all participants profile image to display. i am new to the google play game services, not found a solutions or any guidance on API. please guide me, can we access and how to access? Using the ImageManager class to load the ImagerUri is how I tackle it. Below, I loop through each Participant in the currentRoom, and request their IconImageUri to be loaded by an ImageManager instance. This can directly be used to inflate a view, but as I am using LibGDX, I save it as png for