Can Java SDK be used to make calls on Android devices

If so, what is the API for calling and what Android permissions are needed?

Yes. See https://developer.mypurecloud.com/api/rest/client-libraries/java/index.html#android_support. The SDK only requires the ability to make HTTP requests.

what is the API for calling

Do you mean placing a phone call? If so, that's postConversationsCalls. Keep in mind that this places a call using the PureCloud phone/station the user is logged into. It will not interface with the phone's dialer. If you are intending to use the android device as the user's PureCloud phone, you must first create a remote phone and then the user has to be logged into it before using the API to place the call.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.