Search Results for

    / fm / liveswitch / EncryptionPolicy

    Enumeration: EncryptionPolicy

    fm.liveswitch.EncryptionPolicy

    Indicates encryption policy for a connection.

    Table of contents

    Enumeration members

    • Disabled
    • Negotiated
    • Required

    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

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0