api-snippets icon indicating copy to clipboard operation
api-snippets copied to clipboard

Undefined parameters are used in `Conference Instruction` sample code

Open tsuchi84 opened this issue 6 years ago • 1 comments

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.

tsuchi84 avatar Jun 01 '18 05:06 tsuchi84

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?

po5i avatar Oct 11 '18 18:10 po5i