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
Hello everyone, I'm using call keep for making a call via Sim Card of my mobile phone. Their is an issue with it
I implemented everything. The issue is that when it dials a call using my phone's default call screen it keeps just dialing. The call does not rings on other user phone and also in normal calling if the other user does not attend the call , the call cuts automatically after few rings. Here it keeps dialing .
CallKeep.startCall(uuids.toLocaleLowerCase(), '12345678', names); where uuid im generation using react native uuid
The purpose to use this library was that after call it brings back to application and then provides listeners for end call that help in performing functionality after the call ends.
My Diagnosis (May be wrong):
The Call goes via My Application which was added in phone accounts and my Applcation is not using any other online service like twillio or agora for calling maybe that is why it cannot call , maybe react native call keep can only call via twillio or agora i dont know. Because i used call keep once with twillio and it works like charm and uses default mobile screen for calling
**I need Help...**
The text was updated successfully, but these errors were encountered:
Bug report
Hello everyone, I'm using call keep for making a call via Sim Card of my mobile phone. Their is an issue with it
I implemented everything. The issue is that when it dials a call using my phone's default call screen it keeps just dialing. The call does not rings on other user phone and also in normal calling if the other user does not attend the call , the call cuts automatically after few rings. Here it keeps dialing .
here are few Screenshots
Asking for permissions
Asking for phone Account permissions
Call Accounts Screen
And then this is when i dial a Call
My Code Snippets:
Mainfest:
My Function to initate the call
CallKeep.startCall(uuids.toLocaleLowerCase(), '12345678', names); where uuid im generation using react native uuid
The purpose to use this library was that after call it brings back to application and then provides listeners for end call that help in performing functionality after the call ends.
My Diagnosis (May be wrong):
The Call goes via My Application which was added in phone accounts and my Applcation is not using any other online service like twillio or agora for calling maybe that is why it cannot call , maybe react native call keep can only call via twillio or agora i dont know. Because i used call keep once with twillio and it works like charm and uses default mobile screen for calling
The text was updated successfully, but these errors were encountered: