void Start() { webRTC.Initialize(); if (PhotonNetwork.LocalPlayer.NickName == null || PhotonNetwork.LocalPlayer.NickName == "") { // clickToPlayPage.SetActive(true); clickToPlayPage.Open(); // nameInputPage.Open(); } else if (PhotonNetwork.CurrentRoom != null) { themeAudio.Play(); lobbyPage.Open(); } else { themeAudio.Play(); joinRoomPage.Open(); } }