CallFailureReason
public enum CallFailureReason
The underlying reason of the call errors
-
There’s no destination number when placing an outbound call
Declaration
Swift
case destinationNumberIsRequired
-
Session Id is missing when starting a call. Check you’re logged in before starting a call.
Declaration
Swift
case sessionIdIsRequired
-
Call reconnection failed after the configured timeout period. This error occurs when a call cannot be reconnected after network disruption within the time specified by
TxConfig.reconnectTimeout
.Declaration
Swift
case reconnectFailed
-
Undocumented
Declaration
Swift
public var localizedDescription: String? { get }