# Conference Adhoc

**URL:** https://wazo-platform.discourse.group/t/conference-adhoc/480
**Category:** Development: API/Events
**Created:** [July 3, 2020, 12:09am UTC](https://wazo-platform.discourse.group/t/conference-adhoc/480 "2020-07-03T00:09:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![quintana](https://yyz2.discourse-cdn.com/free1/user_avatar/wazo-platform.discourse.group/quintana/32/916_2.png) [@quintana](https://wazo-platform.discourse.group/u/quintana)
#### Post date: [July 3, 2020, 12:09am UTC](https://wazo-platform.discourse.group/t/conference-adhoc/480/1 "2020-07-03T00:09:07Z")

</div>

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](https://github.com/sboily/wazo-calld-conference)

And the endpoint API

 ![Screen Shot 2020-07-02 at 8.02.45 PM](https://global.discourse-cdn.com/free1/uploads/wazo_platform/original/1X/c7b7ce0c29fc59f5c69b4c8415ce94c34f919c7f.png)

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.

```auto
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](https://zuul.wazo.community/etherpad/p/calld-conferences-adhoc)

Your feedback is welcomed and happy hacking.  
Sylvain
