How can i update room's custom properties ?

...After the room was already created?

I'v only found this one :
PhotonNetwork.room.SetCustomProperties

Which doesn't take a room's name so how is it supposed to know what room to update ?

Is there any PhotonNetwork.SetCustomProperties( RoomName, HashFile ) ?

Comments

  • Hi,

    You can update properties of currently joined room only. 'PhotonNetwork.room' is reference to this room.