Hello developers,
We worked on a new API to permit to create an adhoc conference on live with Wazo. There is a modules with this API to test it before we’ll integrate it in wazo-platform. This is for developers who want to test and develop new features.
Repository is here: https://github.com/sboily/wazo-calld-conference
And the endpoint API
We also add a event on the websocket to know when a user quit the conference named conference_adhoc_participant_left
To install the module you have two options, one via wazo-ui or via wazo-plugind-cli. If you don’t have this cli, just install it with apt install wazo-plugind-cli.
wazo-plugind-cli -c "install git https://github.com/sboily/wazo-calld-conference"
We planned to integrate this API in our next iteration.
Please find the spec we wrote here: https://zuul.wazo.community/etherpad/p/calld-conferences-adhoc
Your feedback is welcomed and happy hacking.
Sylvain