utsav0098
utsav0098
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...
we register account using udp. and trying to call one to another user. then caller ringing status not update. and receiver not receive voice and auto terminate call.
same WiFi connect to work this code endpoint.on("call_terminated", (call) => { console.log('Connectivity call_terminated: ', call); dispatch(onCallTerminated(call)) }) but problem is my phone is connect with mobile data and another mobile...