api-snippets
api-snippets copied to clipboard
Undefined parameters are used in `Conference Instruction` sample code
Sample code: https://github.com/TwilioDevEd/api-snippets/blob/master/rest/taskrouter/reservations/conference/example-1.5.x.php#L26 Document: https://www.twilio.com/docs/taskrouter/api/reservations#code-conference-instruction
dequeueFrom
is not mentioned in the document, but it is used in the sample code above.
dequeueFrom
is not part of the Conference Participants API
.
Since we do not know the parameters for using Conference
in TaskRouter
,
If possible, I hope that you can modify the sample code including the Conference Participants API
.
The sample codes were updated about a month ago, now the PHP sample is this one: https://github.com/TwilioDevEd/api-snippets/blob/master/rest/taskrouter/reservations/conference/conference.5.x.php
Does this new sample and docs pages answered your question?