How do I create a room on GameServer?

Options
Currently, we are developing apps using PhotonServerSDK.
I don't know how to create a room on GameServer with Visualstudio C # without using Unity.
Can someone tell me?
Thank you.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @cctincNN,

    Thank you for choosing Photon!

    What client SDK are you using?

    If you get the Realtime .NET SDK then you have a method that automatically creates a room on Master Server then switches (disconnect from MS and connect to GS) to Game Server and then creates a room there. By create I mean send an operation request and get an operation response.
    This is done using loadBalancingClient.OpCreateRoom while connected to Master Server.

    Are you modifying LoadBalancing server application(s)?
  • cctincNN
    Options

    I was able to solve it safely!
    Thank you