File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11## Next release
22
3+ * Fix: [ Web] Multiple missed call notifications
4+
35## 0.1.0
46
57* Feat: [ Android] Turn off the screen when a call is active and the head is against the handset. @solid-software (https://solid.software )
Original file line number Diff line number Diff line change @@ -943,12 +943,13 @@ class Call extends MethodChannelTwilioCall {
943943 // TODO(cybex-dev) future actions
944944 // {'action': 'callback', 'title': 'Return Call'},
945945 ];
946+ final callSid = callParams["CallSid" ] as String ;
946947
947948 // show JS notification using SW
948949 NotificationService .instance.showNotification (
949950 action: action,
950951 title: title,
951- tag: "" ,
952+ tag: callSid ,
952953 body: body,
953954 actions: actions,
954955 requiresInteraction: true ,
You can’t perform that action at this time.
0 commit comments