onRoomMaxSeatCountChanged property

OnRoomMaxSeatCountChanged onRoomMaxSeatCountChanged
getter/setter pair

////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// 5.1 Max Seat Changed Event in the Room (Applicable only to Conference Type Rooms)

roomId Room ID maxSeatCount Maximum number of seats in the room

Implementation

//
//                    Seat Event Callback in the Room
//
/////////////////////////////////////////////////////////////////////////////////

/// 5.1 Max Seat Changed Event in the Room (Applicable only to Conference Type Rooms)
///
/// [roomId] Room ID
/// [maxSeatCount] Maximum number of seats in the room
OnRoomMaxSeatCountChanged onRoomMaxSeatCountChanged =
    (String roomId, int maxSeatCount) {};