| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Twilio.Conference
- 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
| |
Types
data ConferenceStatus Source #
Constructors
| Init | |
| InProgress | |
| Completed |
Instances