OnSeatListChangedEx typedef

OnSeatListChangedEx = void Function(String roomId, List<SeatFullInfo> seatList, List<TUIUserInfo> newlySeatedUsers, List<TUIUserInfo> newlyLeftUsers)

Implementation

typedef OnSeatListChangedEx = void Function(
    String roomId, List<SeatFullInfo> seatList, List<TUIUserInfo> newlySeatedUsers, List<TUIUserInfo> newlyLeftUsers);