You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
utsav0098
changed the title
call_terminated event not working. while third call end
call_terminated event not working. while third call end in Samsung galaxy a51 android version 11
Oct 18, 2021
this is my code for detect call termination event
endpoint.on("call_terminated", (call) => {
console.log('Connectivity call_terminated: ', call);
dispatch(onCallTerminated(call))
})
The text was updated successfully, but these errors were encountered: