This task must be executed only after a general discussion with team members.
UPD: when the webhook triggered, we need to check that the startTime (the scheduled time of the meeting) in UTC format+ 10 min > current time (UTC). If that condition is TRUE then webhook triggered correctly and we can procced feedback logic, otherwise if condition is FALSE just ignore this webhook and waiting for another one.
This task must be executed only after a general discussion with team members.
UPD: when the webhook triggered, we need to check that the
startTime
(the scheduled time of the meeting) in UTC format+ 10 min > current time (UTC). If that condition isTRUE
then webhook triggered correctly and we can procced feedback logic, otherwise if condition isFALSE
just ignore this webhook and waiting for another one.