CallProblem
public indirect enum CallProblem : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum
Describes the exact type of a problem with a call
-
The user heard their own voice
Declaration
Swift
case echo
-
The user heard background noise
Declaration
Swift
case noise
-
The other side kept disappearing
Declaration
Swift
case interruptions
-
The speech was distorted
Declaration
Swift
case distortedSpeech
-
The user couldn’t hear the other side
Declaration
Swift
case silentLocal
-
The other side couldn’t hear the user
Declaration
Swift
case silentRemote
-
The call ended unexpectedly
Declaration
Swift
case dropped