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
  • Call not found when trying to perform an operation

    Declaration

    Swift

    case callNotFound
  • No metrics were collected during pre-call diagnosis

    Declaration

    Swift

    case noMetricsCollected

Error Descriptions

  • Undocumented

    Declaration

    Swift

    public var localizedDescription: String? { get }