datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 228 forks source link

call_terminated event not working. while third call end in Samsung galaxy a51 android version 11 #248

Open utsav0098 opened 2 years ago

utsav0098 commented 2 years ago

this is my code for detect call termination event endpoint.on("call_terminated", (call) => { console.log('Connectivity call_terminated: ', call); dispatch(onCallTerminated(call)) })

  1. first call start then second call come and i receive 2 call then first call is hold is working fine. but first end user call end to not end first user call in my side.
mcjambi commented 1 year ago

i have the same issue