TVOIceTransportPolicy Constants Reference

Declared in TVOIceOptions.h

TVOIceTransportPolicy

TVOIceTransportPolicy specifies which ICE transports to allow.

Definition

typedef NS_ENUM(NSUInteger, TVOIceTransportPolicy ) {
   TVOIceTransportPolicyAll = 0,
   TVOIceTransportPolicyRelay = 1,
};

Constants

TVOIceTransportPolicyAll

All transports will be used.

Declared In TVOIceOptions.h.

TVOIceTransportPolicyRelay

Only TURN relay transports will be used.

Declared In TVOIceOptions.h.

Declared In

TVOIceOptions.h