IGuestAccessOpts
Defined in: src/@types/requests.ts:172
Properties
Section titled “Properties”allowJoin
Section titled “allowJoin”allowJoin:
boolean
Defined in: src/@types/requests.ts:178
True to allow guests to join this room. This implicitly gives guests write access. If false or not given, guests are explicitly forbidden from joining the room.
allowRead
Section titled “allowRead”allowRead:
boolean
Defined in: src/@types/requests.ts:184
True to set history visibility to be world_readable. This gives guests read access from this point forward. If false or not given, history visibility is not modified.