I am using Sinch SDK for App To App audio/video calling. Below is the scenario in which my application is crash. I implement Interactive local notification to Answer and Decline from lock screen for incoming call.
- User A Call User B. User B's application is in the background state.
- User B drag notification and click on decline button.
- On button click event call [call hangup] method.
- when i call that method my application is crash with reason 'error: memory read failed for 0x0'.
- But when i call answer method then nothing will happen.
Please suggest me, How to resolve this issue?