MediaDirection

public enum MediaDirection : Int

Indicates for a given media the stream direction.

  • Undocumented

    Declaration

    Swift

    case Invalid = -1
  • Undocumented

    Declaration

    Swift

    case Inactive = 0
  • No active media not supported yet.

    Declaration

    Swift

    case SendOnly = 1
  • Send only mode.

    Declaration

    Swift

    case RecvOnly = 2
  • recv only mode

    Declaration

    Swift

    case SendRecv = 3