Setting string[]{} means the client expects no plugin to be setup.

Options
CustomRoomPropertiesForLobby()
What plugin ?
How to use it?
Thanks for help.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited March 2017
    Options
    Hi @SunnyCat,

    Thank you for choosing Photon!

    I did not quite get what you are asking.
    Photon Game Server Plugins are not directly related to CustomRoomPropertiesForLobby.

    Setting string[]{} means the client expects no plugin to be setup.

    From where did you get this? the documentation website or PUN's reference? or is it returned by server?

    I think you are confusing room properties and plugins.
    I think you do not need plugins.
    In any case, here is a brief description to answer your questions:

    When you create a room you can define in RoomOptions:
    - A single plugin to be used on the GameServer for that room. By default Photon Cloud offers Webhooks plugin. Otherwise if you are an Enterprise Customer or self hosting Photon Servers you can make your own custom plugin and configure it to be used in your environment. Once you have that, you can request that plugin when you create the room using roomOptions.Plugins.
    - roomOptions.CustomRoomPropertiesForLobby: you choose room properties keys to be visible/accessible from the lobby.
  • SunnyCat
    Options
    That‘s a mistake.I saw the wrong row.