| Copyright | (C) 2017- Mark Andrus Roberts |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Mark Andrus Roberts <markandrusroberts@gmail.com> |
| Stability | provisional |
| Safe Haskell | None |
| Language | Haskell98 |
Twilio.Conference
Description
Synopsis
- data Conference = Conference {
- sid :: !ConferenceSID
- friendlyName :: !Text
- status :: !ConferenceStatus
- dateCreated :: !UTCTime
- dateUpdated :: !UTCTime
- accountSID :: !AccountSID
- uri :: !URI
- data ConferenceStatus
- = Init
- | InProgress
- | Completed
Resource
data Conference Source #
Constructors
| Conference | |
Fields
| |
Instances
Types
data ConferenceStatus Source #
Constructors
| Init | |
| InProgress | |
| Completed |