createLocalRoom

abstract suspend fun createLocalRoom(createRoomParams: CreateRoomParams): String

Create a room locally. This room will not be synchronized with the server and will not come back from the sync, so all the events related to this room will be generated locally.