| 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.Participant
Contents
Description
- data Participant = Participant {
- callSID :: !CallSID
- conferenceSID :: !ConferenceSID
- dateCreated :: !UTCTime
- dateUpdated :: !UTCTime
- accountSID :: !AccountSID
- muted :: !Bool
- startConferenceOnEnter :: !Bool
- endConferenceOnExit :: !Bool
- uri :: !URI
Resource
data Participant #
Constructors
| Participant | |
Fields
| |
Instances