nexmo-community / nexmo-slack-bot

nexmobot is Slack bot offering communications functionality using Nexmo
0 stars 7 forks source link

Ensure the conference is unique for each command #1

Closed leggetter closed 7 years ago

leggetter commented 7 years ago

The NCCO is hard coded URL that puts everybody into the same conference. Implement a web server as part of this repo that will accept the answer_url webhook and create a unique conference name for each conference command.

To do this it's likely that the best approach is to make the answer_url for the nexmo.calls.create add a query parameter that ensures all participants for a single command are grouped into the same conference.

e.g. https://example.com/answer?conference_id=uuid

leggetter commented 7 years ago

Fixed by 5ed517e1625bae70428477e64af87dd12d0feedc