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