You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jgohilsigma
changed the title
When I press on access button in IOS it showing me Event.actionCallDecline in listener
When I press Accept button in IOS it showing me Event.actionCallDecline in listener
Oct 17, 2024
When I press accept button in IOS it showing me Event.actionCallDecline in listener
Listener is calling 2 times for same events like , below is example of my logs
flutter: flutter ---> incoming event => Event.actionCallIncoming
flutter: flutter ---> incoming event => Event.actionCallIncoming
and when i press accept button this log is apper
flutter: flutter ---> incoming event => Event.actionCallDecline
flutter: flutter ---> incoming event => Event.actionCallAccept
The text was updated successfully, but these errors were encountered: