maxSeatCount property

int maxSeatCount
getter/setter pair

Maximum number of seats (Optional parameter for creating a room, default 0 for no limit on the number of seats).

Implementation

int maxSeatCount = 0;