Is there a way to check with JitsiMeetingResponse if my call is still in progress… on Flutter…
I am creating a push notification in the called person’s app to alert them of a call, to which they can join, however if they don’t answer in time, the notification stays in place… is there a way for me to cancel that notification with a ping to JitsiMeetingResponse somewhere to check if that call is still in progress.
Is there a better way of doing this?
thanks!