FoneStorm conference object representing a conference resource in the object store.
{
"id": "f9037cf2-363e-4506-915f-4419e5d69c52",
"label": "Work Progress Meeting",
"start_time": "2017-11-20T18:39:00.000Z",
"end_time": "2017-11-20T19:39:00.000Z",
"before_message": "It's too early to join the conference call.",
"after_message": "The conference call is no longer available.",
"max_members": 10
}
Property | Type | Description |
---|---|---|
id | string | Unique identifier of conference. |
label | string | Label for conference. |
start_time | date | Start time and date of conference. |
end_time | date | End time and date of conference. |
max_members | integer | Maximum number of allowed conference attendees. |
before_message | string | Message to play before conference start time. |
after_message | string | Message to play after conference end time. |