Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Jul 9, 2024 · 0 comments
Open

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

ghost opened this issue Jul 9, 2024 · 0 comments
Labels
type: community enhancement feature request not on Twilio's roadmap

Comments

@ghost
Copy link

ghost commented Jul 9, 2024

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 ghost added the type: community enhancement feature request not on Twilio's roadmap label Jul 9, 2024
@ghost ghost changed the title [Feature Request]: Conferences('xxx').recordings.create does not exist Conferences('xxx').recordings.create does not exist Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

No branches or pull requests

0 participants