You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am calling browser to mobile using twilio javascript sdk with Asp.net C#
I was place call successfully using quickstart.js file
using below code
document.getElementById('button-call').onclick = function () {
to record outbound call you have to set parameter in twilio function created for voice mail
Twilio > Function > Function(Classic) >
set code in that function
const dial = twiml.dial({ record:'record-from-ringing-dual',
answerOnBridge: true,
callerId: context.CALLER_ID,
});
call record by twilio then using CallRecordId download in local storage like mobile or PC
I am calling browser to mobile using twilio javascript sdk with Asp.net C#
I was place call successfully using quickstart.js file
using below code
document.getElementById('button-call').onclick = function () {
but i want to record call so witch parameter i have to pass and where it was to pass in code
The text was updated successfully, but these errors were encountered: