Unable to answer second incoming call via API

Hi there!

We are experiencing a problem to pickup a second call via the API using a WebRTC phone. We are doing the following request:

PATCH https://api.mypurecloud.de/api/v2/conversations/{conversationId}/participants/{participantId}
with the body

{
"state": "connected"
}

For the PATCH of the first incoming call we implemented the workaround as suggested by the folowing forum post:

We are able to succesfully pickup the first call, but if we are already in a call, we are unable to answer a second call. I already tried setting the first conversation On Hold, since that is what happens if you transfer via the web interface.

Hope anyone can help!

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