CavrnusSpaceInfo (Unity)

- Fields

public string Name;

public string Id;

public DateTime LastAccessedTime;

public string ThumbnailUrl;

 

This represents the latest information we have on a current Space. It is mostly used for building space selection UI.

To get a list of available CavrnusSpaceInfos, call FetchJoinableSpaces or BindJoinableSpaces.

Name is the current name of the space.

Id is the unique SpaceId. This is the string you will pass into JoinSpace.

LastAccessedTime is the last time you joined this space. It could be useful for ordering a list.

ThumbnailUrl is the link to the space’s Thumbnail, if one is assigned. Note that in the current SDK most spaces will not have useful thumbnails unless you make them yourself.