How to get callbacks when a friend's status changes?

Options
I can PhotonNetwork.FindFriends(friendsArr), but I'd have to keep polling my entire list. It'd probably be better to just update 1 friend at a time:

Is there a way to subscribe to a callback when a friend's status has changed? Online / offline / in room / in lobby / [idle?]?

Comments