Direction

public enum Direction

The enumeration of directions of a call

Since

1.2.0
  • The local party is a recipient of the call.

    Declaration

    Swift

    case incoming
  • The local party is an initiator of the call.

    Declaration

    Swift

    case outgoing