Struct RTCDataChannelInit | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct RTCDataChannelInit

    Namespace: Unity.WebRTC
    Syntax
    public struct RTCDataChannelInit

    Constructors

    RTCDataChannelInit(Boolean)

    Declaration
    public RTCDataChannelInit(bool reliable)
    Parameters
    Type Name Description
    System.Boolean reliable

    Fields

    id

    Declaration
    public int id
    Field Value
    Type Description
    System.Int32

    maxRetransmits

    Declaration
    public int maxRetransmits
    Field Value
    Type Description
    System.Int32

    maxRetransmitTime

    Declaration
    public int maxRetransmitTime
    Field Value
    Type Description
    System.Int32

    negotiated

    Declaration
    public bool negotiated
    Field Value
    Type Description
    System.Boolean

    ordered

    Declaration
    public bool ordered
    Field Value
    Type Description
    System.Boolean

    protocol

    Declaration
    public string protocol
    Field Value
    Type Description
    System.String

    reliable

    Declaration
    public bool reliable
    Field Value
    Type Description
    System.Boolean
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX