CallType

public enum CallType : Int

CallType defines the call type by medium.

  • voip (over internet)

    Declaration

    Swift

    case voip
  • pstn (over carrier)

    Declaration

    Swift

    case pstn