allowedRoomIds property

List<String>? allowedRoomIds
getter/setter pair

If the room is a restricted room, these are the room IDs which are specified by the join rules. Empty or omitted otherwise.

Implementation

List<String>? allowedRoomIds;