/ fm / liveswitch / EncryptionPolicy
Enumeration: EncryptionPolicy
fm.liveswitch.EncryptionPolicy
Indicates encryption policy for a connection.
Table of contents
Enumeration members
Enumeration members
Disabled
• Disabled: = 3
Encryption will not be available for the given connection.
Defined in: Generated/TypeScript/fm.liveswitch/EncryptionPolicy.ts:26
Negotiated
• Negotiated: = 2
Encryption is preferred but not required. If the other peer does not support encryption, connection will be established without encryption.
Defined in: Generated/TypeScript/fm.liveswitch/EncryptionPolicy.ts:20
Required
• Required: = 1
Encryption is required. If encryption is not supported by peer, connection must fail.
Defined in: Generated/TypeScript/fm.liveswitch/EncryptionPolicy.ts:14