post https://api.fonestorm.com/v2/conferences
Create a conference.
To create a FoneStorm conference, all you need is a label
and a fonenumber
.
If you provide an optional start_time
and end_time
, the conference room will answer only during that given time. Additionally, you can provide a message (as text) to play before and after the conference. The message will be read back to the caller using text-to-speech.
Sample Response
{
"conference": {
"id": "EVT6593524723",
"label": "Conf Test",
"start_time": "2017-09-07T16:30:00.000Z",
"end_time": "2017-09-07T17:30:00.000Z",
"organizer": "4002",
"attendees": [
"3215551002"
],
"caller_id": "3215551000",
"conference_pin": "941901",
"conference_url": ""
}
}
Response Properties
Property | Type | Description |
---|---|---|
conferences | object | Conference |