TVIIceTransportPolicy Constants Reference

Declared in TVIIceOptions.h

TVIIceTransportPolicy

TVIIceTransportPolicy specifies which ICE transports to allow.

Definition

typedef NS_ENUM(NSUInteger, TVIIceTransportPolicy ) {
   TVIIceTransportPolicyAll = 0,
   TVIIceTransportPolicyRelay = 1,
};

Constants

TVIIceTransportPolicyAll

All transports will be used.

Declared In TVIIceOptions.h.

TVIIceTransportPolicyRelay

Only TURN relay transports will be used.

Declared In TVIIceOptions.h.

Declared In

TVIIceOptions.h