namespace Photon.VR { public enum ConnectionState { Disconnected = 0, Connecting = 1, Connected = 2, JoiningRoom = 3, InRoom = 4 } }