OnRoomUserCountChanged typedef

OnRoomUserCountChanged = void Function(String roomId, int maxSeatCount)

Implementation

typedef OnRoomUserCountChanged = void Function(String roomId, int userCount);