twilio-node
twilio-node copied to clipboard
Conferences('xxx').recordings.create does not exist
Recording Controls are not accessible for the Conferences object, despite behaving identically between the Calls and Conference API.
https://help.twilio.com/articles/360010199074#begin_recording
Similar to how Call recording controls work, implement the same on the Conference resource.
twilioClient.conferences(conferenceSid)
.recordings
.create()
.then((recording) => {
console.log('Recording: ', recording.sid);
})
.done();
This is a feature request. We will take it up with correct team.