twilio-node icon indicating copy to clipboard operation
twilio-node copied to clipboard

Conferences('xxx').recordings.create does not exist

Open ghost opened this issue 1 year ago • 1 comments

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();

ghost avatar Jul 09 '24 21:07 ghost

This is a feature request. We will take it up with correct team.

manisha1997 avatar May 05 '25 16:05 manisha1997