Closed SakibulMowla closed 2 years ago
Currently it's created every time there's a call to the recordMeeting function https://github.com/SakibulMowla/catch-up/blob/c88c326c3b3046db6f3dd794d3406ffbd165af05/src/organizer.js#L38. That's why every timestamp is slightly different. currentDatetimeString can be moved out of the class to the constructor maybe so that every meeting gets exact same timestamp.
currentDatetimeString
Currently it's created every time there's a call to the recordMeeting function https://github.com/SakibulMowla/catch-up/blob/c88c326c3b3046db6f3dd794d3406ffbd165af05/src/organizer.js#L38. That's why every timestamp is slightly different.
currentDatetimeString
can be moved out of the class to the constructor maybe so that every meeting gets exact same timestamp.