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

Error Descriptions

  • Undocumented

    Declaration

    Swift

    public var localizedDescription: String? { get }