create Room Permalink
abstract fun createRoomPermalink( roomId: String, viaServers: List<String>? = null, forceMatrixTo: Boolean = false): String?
Content copied to clipboard
Creates a permalink for a roomId, including the via parameters.
Return
the permalink, or null in case of error
Parameters
room Id
the room id
via Servers
the via parameter
force Matrix To
whether we should force using matrix.to base URL