Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

- Fields

public string Name;

public string Id;

...

public string ThumbnailUrl;

This represents the must up-to-date info latest information we have on a current Space. It is mostly used for building space selection UI.

To get a list of available CavrnusSpaceInfos, you can 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.