Search Results for

    / fm / liveswitch / DataChannelState

    Enumeration: DataChannelState

    fm.liveswitch.DataChannelState

    A data channel state.

    Table of contents

    Enumeration members

    • Closed
    • Closing
    • Connected
    • Connecting
    • Failed
    • New

    Enumeration members

    Closed

    • Closed: = 5

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

    Defined in: Generated/TypeScript/fm.liveswitch/DataChannelState.ts:38


    Closing

    • Closing: = 4

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

    Defined in: Generated/TypeScript/fm.liveswitch/DataChannelState.ts:32


    Connected

    • Connected: = 3

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

    Defined in: Generated/TypeScript/fm.liveswitch/DataChannelState.ts:26


    Connecting

    • Connecting: = 2

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

    Defined in: Generated/TypeScript/fm.liveswitch/DataChannelState.ts:20


    Failed

    • Failed: = 6

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

    Defined in: Generated/TypeScript/fm.liveswitch/DataChannelState.ts:44


    New

    • New: = 1

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

    Defined in: Generated/TypeScript/fm.liveswitch/DataChannelState.ts:14

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