interface IRoom
(Niantic.Lightship.SharedAR.Rooms.IRoom)
Overview
A room is an entity to connect multiple peers through server relayed network. The IRoom provides access to properties and network connectivity of the room.
interface IRoom: IDisposable {
// properties
RoomParams RoomParams;
INetworking Networking;
IDatastore Datastore;
// methods
void Initialize();
void Join();
void Leave();
};
Detailed Documentation
A room is an entity to connect multiple peers through server relayed network. The IRoom provides access to properties and network connectivity of the room.
Properties
RoomParams
RoomParams RoomParams
Room properties