Custom Properties of Room Not updating in lobby [RoomInfo]

Options
I am adding the Roominfo customproerties on every player join with some player details, While i add its getting added only for that player. But its not updating in the lobby roominfo.
Can anyone guide me on this.

Comments

  • vadim
    Options
    If I get your issue right, you need to add properties names to RoomOptions.customRoomPropertiesForLobby list when calling CreateRoom.
    Check RoomOptions.customRoomPropertiesForLobby comments for details.