InboundCallPath

public enum InboundCallPath : String, CaseIterable
  • voip (prefer to receive the call over internet)

    Declaration

    Swift

    case voip
  • pstn (prefer to receive the call over carrier)

    Declaration

    Swift

    case pstn
  • voipWithFallbackToPSTN (try voip first and then fall back to pstn)

    Declaration

    Swift

    case voipWithFallbackToPSTN