IrisNetworkType Constants Reference

Declared in IrisRtcJingleSession.h

IrisNetworkType

Iris RTC Network types

  • kNetworkTypeIPv4Only
  • kNetworkTypeIPv4AndIPv6
  • Definition

    typedef NS_ENUM(NSUInteger, IrisNetworkType ) {
       kNetworkTypeIPv4Only,
       kNetworkTypeIPv4AndIPv6,
    };

    Constants

    kNetworkTypeIPv4Only

    Indicates that the network type is Ipv4 only.

    Declared In IrisRtcJingleSession.h.

    kNetworkTypeIPv4AndIPv6

    Indicates that the network type can be Ipv4 or Ipv6.

    Declared In IrisRtcJingleSession.h.

    Declared In

    IrisRtcJingleSession.h