Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Records an entire phone call or session. 

Expand
titlemore applications...

Children Display
pageACR Scheme

Code Block
languagejs
{
	    "recordSession": {
        "action": "start",
        "type": "mp3",
        "stereo": "true",
        "bridged": "true",
        "minSec": "2",
        "followTransfer": "true",
		"email": ["[email protected]", "[email protected]"]
    }
}
ValueDescription
action
startStart or stop record session..
type
File format: mp3 for an audio or mp4 for an video calls.
stereo
Record leg A and leg B streams (i.e. the caller is recorded to the left channel and the reciever is recorded on right channel) into different channel in a stereo file.
bridged
Record session only when the channel is bridged.
minSec
Sets the minimum recording length. Normally a recording must be at least 3 seconds long. If a recording does not meet the minimum length, it is deleted after being recorded.
followTransfer
If you want the call recording to continue after transferring, set variable to true.
email
Send recorded file to the Email. (optional)stopStop record session.