allowedRoomIds property

  1. @override
List<String>? allowedRoomIds
getter/setter pairoverride

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

Implementation

@override
List<String>? allowedRoomIds;