FindFriends In Room

Options
Can I use FindFriends() While i'm inside a room or it only works when i'm in the lobby??

and can i send a msg to my friends while i'm in the lobby.

what i'm trying to do is send an invitation to my online friends to start a game.

what is the best way to achieve that in ur opinion

thx in advance

Comments

  • Tobias
    Options
    FindFriends does not work in rooms by design. The same goes for sending messages to others outside of rooms.
    If you need communication between users independent from rooms, you can use Photon Chat, which also allows messaging invitations, etc.
    Chat has a different server-side implementation, which enables these messaging requirements.