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
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]
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:
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:
The text was updated successfully, but these errors were encountered: