host

open suspend override fun host(pattern: Pattern, memberName: String?, roomId: RoomId?): Room

roomId is honoured verbatim when supplied; otherwise a fresh one is minted per call, so two rooms hosted under the same session name never share an identity — the same contract the real factory keeps (#1594).