interface IRoom (Niantic.Experimental.ARDK.SharedAR.IRoom)
Note
This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice
interface IRoom: IDisposable { // properties IColocalization Colocalization; byte[] ExperienceInitData; INetworking Networking; RoomParams RoomParams; // methods void Join(); void Leave(); }; // direct descendants class Room;