-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Description
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 connect with WiFi so app working fine with WiFi connection. but not work with mobile data when i receiving call and make call in hold then not work call_terminated listener. otherwise everything is working fine
Metadata
Metadata
Assignees
Labels
No labels