WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

It's not working on Samsung Galaxy S6 Edge+ #73

Open AlexRudenko50 opened 5 years ago

AlexRudenko50 commented 5 years ago

Hi, I am new user of this plugin. I have created new project and added this plugin in the project. I've wrote onDeviceReady function like below. onDeviceReady: function() { this.receivedEvent('deviceready'); console.log('cordova.plugins.CordovaCall is now available'); var cordovaCall = cordova.plugins.CordovaCall; //not necessary, but might be more convenient cordovaCall.receiveCall('David Marcus'); }, When I run this app on emulator, it working well. But when I run this app on my Samsung Galaxy S6 Edge+, it's not working. App shows "Calling Account Settings" at launch time. After set "Use Internet Calling" to "For all calls", app doesn't show incoming call. Could you please help me for this issue? Looking forward to your reply Best Alex