TWCIceTransportPolicy Constants Reference

Declared in TWCIceOptions.h

TWCIceTransportPolicy

TWCIceTransportPolicy specifies which ICE transports to allow.

Definition

typedef NS_ENUM(NSUInteger, TWCIceTransportPolicy ) {
   TWCIceTransportPolicyAll = 0,
   TWCIceTransportPolicyRelay = 1,
};

Constants

TWCIceTransportPolicyAll

All transports will be used.

Declared In TWCIceOptions.h.

TWCIceTransportPolicyRelay

Only TURN relay transports will be used.

Declared In TWCIceOptions.h.

Declared In

TWCIceOptions.h