Enum SdesPolicy
Indicates Sdes policy for stream.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum SdesPolicy
Fields
Name | Description |
---|---|
Disabled | Sdes is disabled. Crypto attributes will not be included in the session description. |
Negotiated | 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. |