Skip to main content

Is it is possible to playback a RC call recording in a web application.

Suppose we built a web application and want to play the call recording within the web pages directly and I don't want to keep the recording hosted in my application server. Can I play the recording from my web pages?

We can since since it supports an HTML5 audio element without downloading and hosting the audio file.

Ref: https://stackoverflow.com/questions/55175949/is-it-possible-to-playback-a-ringcentral-call-recording-using-a-html5-audio-elem


Reply