other players keep playing if 1 is disconnected from session

Hello, I want to ask you, is it possible for Photon to support 3 players in a session, but after 1 player is disconnected, the other 2 can continue playing without any problems? Or if 1 player disconnected game must restart ?

Share a link or document if exits, please.

Comments

  • any ideas?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @yasserovic,

    Thank you for choosing Photon!

    is it possible for Photon to support 3 players in a session, but after 1 player is disconnected, the other 2 can continue playing without any problems?
    Yes it is possible. In Photon (except Bolt) clients connect to dedicated servers, so if one client disconnects the other client can stay connected to the server.
    I recommend you read the docs and do some online tutorials.