Search Results for

    Show / Hide Table of Contents

    Enum DataChannelState

    A data channel state.

    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public enum DataChannelState : int

    Fields

    Name Description
    Closed

    Indicates the data channel has been closed due to an intentional request.

    Closing

    Indicates the data channel is in the process of closing due to an intentional request.

    Connected

    Indicates the data channel has completed negotiation of a secure connection.

    Connecting

    Indicates the data channel is in the process of negotiating a secure connection.

    Failed

    Indicates the data channel has been closed as the result of an error.

    New

    Indicates the data channel has been created and has not started negotiating yet.

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