We are using Call fire API in our application. We are moving to new REST API platform.
We need to connect / call with 2 numbers(two way connection).
With previous library we were using createClickToCallCampaign(key, callerid, transferNumber, awayMessage)
and then sendConnection(APIKey, Convert.ToInt32(campaignId), OtherContactNo, info, Convert.ToInt32(CallFireDelayMins)
So as per this 2 way call gets connected. With new REST API platform how can we have 2 numbers connected? Please guide us.
Looking forward to proper helpful response.