we cant update Roomoption property after Creating it

Options

we cant update Roomoption property after Creating it. we want our room cant be seen after we start the game.this code was not working. thanks in advance for the reply   


public void StartGame()

    {

     

        roomOptions.IsVisible = false;

 

        PhotonNetwork.LoadLevel("Multi CutScene");

    }

Answers