We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After sendCall method, ui show number instead of person name.(test on android)
cordova.plugins.CordovaCall.sendCall('test', this.success, this.handelError);
The text was updated successfully, but these errors were encountered:
This is because in some cases you want to call setCallerDisplayName on connection: VoIPstudio@f35f4ff#diff-c7d690b77759ec1572eb0707d9333651R62 And replace setAddress with it: VoIPstudio@f35f4ff#diff-c7d690b77759ec1572eb0707d9333651R144
setCallerDisplayName
setAddress
Sorry, something went wrong.
No branches or pull requests
After sendCall method, ui show number instead of person name.(test on android)
The text was updated successfully, but these errors were encountered: