getSpace

abstract fun getSpace(spaceId: String): Space?

Get a space from a spaceId.

Return

a space with spaceId or null if room type is not space

Parameters

spaceId

the spaceId to look for.