docs.unity.cn
    Show / Hide Table of Contents

    Enum RTCDataChannelState

    Please check the ReadyState in the RTCDataChannel class.

    Namespace: Unity.WebRTC
    Syntax
    public enum RTCDataChannelState

    Fields

    Name Description Value
    Connecting
    0
    Open
    1
    Closing
    2
    Closed
    3
    See Also
    ReadyState
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 12, 2023