SQL Lobby RoomListUpdate

Options
I want to import the roomlist of SQL Lobby. Is it impossible?
Is there any way to display a list of rooms classified as SQL Filter?
Is it only possible in the Default Lobby?

I am going to make a project to open and close a room not join room.
Is there a way to stay in the room and get outside room list?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited July 2019
    Options
    Hi @d0raem0n231,

    I want to import the roomlist of SQL Lobby. Is it impossible?
    Yes it's possible.
    Is there any way to display a list of rooms classified as SQL Filter?
    You get the list of rooms retrieved by GetGameList (GetCustomRoomList) from SQL Lobby in the same callback as the periodic rooms list.
    Is it only possible in the Default Lobby?
    No. See here. But we do not recommend joining lobbies unless you must use rooms list. We do not recommend it because it adds bandwidth and possible delay if too many rooms.
    Is there a way to stay in the room and get outside room list?
    This is not possible from one client. You need to be outside of rooms or two clients for this.
  • d0raem0n231
    edited July 2019
    Options
    I am sorry to asking about that.
    How to make two clients in one photon project.
    Can you show me the way to find?
    I do not understand well.

    Thank for your answers
    Always helpful
  • d0raem0n231
    Options
    PhotonNetwork.GetCustomRoomList();
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    How to make two clients in one photon project.
    Can you show me the way to find?
    I do not understand well.
    You can create two LoadBalancingClient objects or use PhotonNetwork and create another LoadBalancingClient instance.
    You can find more info on this on the forum.
    If you are not familiar with Photon or coding in general, I do not advise you to continue down this path now and find another approach.
  • d0raem0n231
    Options
    I am not familiar with Photon and Coding... but I have to make it... in my business world