Question

Do you have a web API for a 3rd party to access live audio streams on a VoIP call? What steps should a dev take to get access to it?

  • 28 February 2017
  • 4 replies
  • 1005 views

Do you have a web API that a 3rd party can use to access live audio streams on a VoIP call? What steps should a developer take to get access to it?


4 replies

Hi Marc,

We provide API's to download the call recordings once the call is completed. Kindly refer to the link below to know more:
How to Fetch/Download call recordings
Hi AK, 

Thanks for that! Our technology transcribes and analyzes audio streams in real time. This allows us to interpret calls while they are still in progress, helping callers pivot their conversations as needed. How do you suggest we access audio streams while a call is active?
Hi Marc,

The primary requirement to download a call recording via API is that the call needs to be completed first. So, for the question of analyzing the audio streams while the call is in progress, you would need to wait until the call is completed and then use a 3rd Party voice to text service like VoiceBase etc. Hope this answers your question !

Check the new softphone SDK: https://github.com/ringcentral/ringcentral-softphone-js

It does allow you to get inbound audio stream in real time.

Reply