Safe Haskell | None |
---|---|
Language | Haskell98 |
- data Participant = Participant {
- callSID :: !CallSID
- conferenceSID :: !ConferenceSID
- dateCreated :: !UTCTime
- dateUpdated :: !UTCTime
- accountSID :: !AccountSID
- muted :: !Bool
- startConferenceOnEnter :: !Bool
- endConferenceOnExit :: !Bool
- uri :: !URI
Resource
data Participant Source #
Participant | |
|