I am using photon chat plugin in a unity3d multiplayer game. I have added some friends and can send them private message. I want to show if that friend is online or not.
I can use on status update callback, but it will show only friends who changed status. How can I get friends who are already online?
I have gone through syntax of FriendInfo, but can not figure out how to use it. Any small example of knowing some specific client is online or not will be really helpful.
Thank you!