| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.CallProblem
Documentation
data CallProblem Source #
Describes the exact type of problem with a call
Constructors
| CallProblemEcho | The user heard their own voice |
| CallProblemNoise | The user heard background noise |
| CallProblemInterruptions | The other side kept disappearing |
| CallProblemDistortedSpeech | The speech was distorted |
| CallProblemSilentLocal | The user couldn't hear the other side |
| CallProblemSilentRemote | The other side couldn't hear the user |
| CallProblemDropped | The call ended unexpectedly |
| CallProblemDistortedVideo | The video was distorted |
| CallProblemPixelatedVideo | The video was pixelated |
Instances
| FromJSON CallProblem Source # | |
Defined in TD.Data.CallProblem | |
| ToJSON CallProblem Source # | |
Defined in TD.Data.CallProblem Methods toJSON :: CallProblem -> Value # toEncoding :: CallProblem -> Encoding # toJSONList :: [CallProblem] -> Value # toEncodingList :: [CallProblem] -> Encoding # | |
| Show CallProblem Source # | |
Defined in TD.Data.CallProblem Methods showsPrec :: Int -> CallProblem -> ShowS # show :: CallProblem -> String # showList :: [CallProblem] -> ShowS # | |
| Eq CallProblem Source # | |
Defined in TD.Data.CallProblem | |
| ShortShow CallProblem Source # | |
Defined in TD.Data.CallProblem Methods shortShow :: CallProblem -> String Source # | |