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

Support for :create on Participant Resource #102

Closed
jip1080 opened this issue Jun 19, 2018 · 1 comment
Closed

Support for :create on Participant Resource #102

jip1080 opened this issue Jun 19, 2018 · 1 comment

Comments

@jip1080
Copy link
Contributor

jip1080 commented Jun 19, 2018

Currently the Participant resource does not include :create as an option. I've added it locally and verified it does function as expected. Diff is simply:

-  use ExTwilio.Resource, import: [:stream, :all, :find, :update, :destroy]
+  use ExTwilio.Resource, import: [:stream, :all, :find, :update, :create, :destroy]

In the file at:
https://github.com/danielberkompas/ex_twilio/blob/master/lib/ex_twilio/resources/participant.ex

Documentation from Twilio noting creation of a conference participant can be found by scrolling down to the second HTTP POST section here:
https://www.twilio.com/docs/voice/api/conference-participant#http-post

Example usage:

ExTwilio.Participant.create(%{"From" => "+15555555555", "To" => "+15555555556"}, account: "HelloWorldAccount", conference: "12345")
@jip1080
Copy link
Contributor Author

jip1080 commented Jun 19, 2018

Closing since PR was accepted.

@jip1080 jip1080 closed this as completed Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant