We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

How to send a "call_recording" var in the REST(POST/PUT)

Questions and answers about Plum Fuse+

Moderators: admin, support

Post Reply
Strats
Posts: 17
Joined: Tue Jun 13, 2017 4:29 pm

How to send a "call_recording" var in the REST(POST/PUT)

Post by Strats »

Hi Team,

I am recording a part of the call using 2 call_recording modules. I have an API which accepts byte[] as input. How do I use "call_recording" variable in POST/PUT(REST service) to save the recorded audio?

Explanations supported with screenshots would be great.


Thanks,
Strats.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: How to send a "call_recording" var in the REST(POST/PUT)

Post by support »

You would send along the recording just like any other variable, like this: https://drive.google.com/open?id=0B2RqW ... XNkREFzRXc

The name of the variable is on the top of the recording module. The recording is sent as a .wav file.

Post Reply