FMIceLinkSdesPolicy Constants Reference

Declared in FMIceLinkSdesPolicy.h

FMIceLinkSdesPolicy

Indicates Sdes policy for stream.

Definition

typedef NS_ENUM(NSInteger, FMIceLinkSdesPolicy ) {
   FMIceLinkSdesPolicyNegotiated = 2,
   FMIceLinkSdesPolicyDisabled = 3,
};

Constants

FMIceLinkSdesPolicyNegotiated
Sdes is preferred but not required. If stream type is compatible (i.e. not a DataStream) Crypto attributes will be included in the session description.

Declared In FMIceLinkSdesPolicy.h.

FMIceLinkSdesPolicyDisabled
Sdes is disabled. Crypto attributes will not be included in the session description.

Declared In FMIceLinkSdesPolicy.h.

Declared In

FMIceLinkSdesPolicy.h