back to Master

Options
For several reasons, I should go back to Master for matchmaking even after users joined in lobby and room.
I think that PhotonNetwork.Reconnect() is the solution.. but it worked at once..

Can you show me the way to find go back to Master..!

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @d0raem0n231,

    To come back to master from a room call LeaveRoom method.
    To recover from an unexpected disconnect call Reconnect method.
    To reconnect after an explicit disconnect call any Connect method.
  • d0raem0n231
    Options
    thank you JohnTube..