0

I'm stuck with Plivo with how to interact with calls, I have the Browser SDK example setup and can login with an endpoint account and make calls, however I want to extend this and include an option to transfer a call to an audio recording.

Looking at the API, it looks like I need to use the "Transfer a call" feature, and provide the XML for the leg URL.

What I can't understand is how I call these features in Browser SDK/Javascript and how I identify the call?

Thanks in advance

Matt

Matt Price
  • 34,499
  • 6
  • 24
  • 33

1 Answers1

0

The documentation for recording calls are thorough and should point you in the right direction.

ACetin
  • 97
  • 7
  • I don't actually want to record calls, I just want to play an audio message. However, what I don't really understand is how to interact with a call initiated from the Browser SDK – Matt Price Apr 04 '18 at 22:37