/ fm / liveswitch / SdesPolicy
Enumeration: SdesPolicy
fm.liveswitch.SdesPolicy
Indicates Sdes policy for stream.
Table of contents
Enumeration members
Enumeration members
Disabled
• Disabled: = 3
Sdes is disabled. Crypto attributes will not be included in the session description.
Defined in: Generated/TypeScript/fm.liveswitch/SdesPolicy.ts:20
Negotiated
• Negotiated: = 2
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.
Defined in: Generated/TypeScript/fm.liveswitch/SdesPolicy.ts:14