getRoom

abstract fun getRoom(roomId: String): Room?

Get a room from a roomId.

Return

a room with roomId or null

Parameters

roomId

the roomId to look for.