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

Name of the person showing as number #96

Open timsar2 opened 4 years ago

timsar2 commented 4 years ago

After sendCall method, ui show number instead of person name.(test on android)

cordova.plugins.CordovaCall.sendCall('test', this.success, this.handelError);

amuzacz commented 3 years ago

This is because in some cases you want to call setCallerDisplayName on connection: https://github.com/VoIPstudio/CordovaCall/commit/f35f4ff4ec44ec0573cca90e278cc1bcaf82c8e3#diff-c7d690b77759ec1572eb0707d9333651R62 And replace setAddress with it: https://github.com/VoIPstudio/CordovaCall/commit/f35f4ff4ec44ec0573cca90e278cc1bcaf82c8e3#diff-c7d690b77759ec1572eb0707d9333651R144