create Local Room
abstract suspend fun createLocalRoom(createRoomParams: CreateRoomParams): String
Content copied to clipboard
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.