Sync between players in Lobby

Options
Hello!

I have player1 and player 2, they are in Lobby1, but not in the room, only in the lobby. Is there a way to send commands between them? like a "RaiseEvent", or mb something else?

and second case, when "player1" and "player2" are in "Lobby1", and "player1" is in "room1",
but "player2" is not in "room1", "player2" only in "Lobby1". Is there a way to send commands between them? :'(

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @seeevil,

    Thank you for choosing Photon!

    It's not possible for clients to communicate outside rooms using PUN or Photon Realtime.
    You could use Photon Chat for that or another external service/tool.
  • seeevil
    Options
    Hi @JohnTube

    Thank you for your prompt reply!

    Could you tell me please, there are some tools for admin?
    for example:

    - admin gets some information from each room in lobby
    - admin change something inside each room (I mean game logic)
    - admin sends command to a specific room (and something is changing in this room)
    - clients gets a command to change something

    is it possible?