public void joinRoom() { Debug.Log("Joinging Room " + joinServerInput.text); handler.joinRoom(joinServerInput.text); }