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
InboundCallPath Enumeration Reference