Struct RTCDataChannelInit | WebRTC | 2.0.5-preview
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
    Boolean reliable

    Fields

    id

    Declaration
    public int id
    Field Value
    Type Description
    Int32

    maxRetransmits

    Declaration
    public int maxRetransmits
    Field Value
    Type Description
    Int32

    maxRetransmitTime

    Declaration
    public int maxRetransmitTime
    Field Value
    Type Description
    Int32

    negotiated

    Declaration
    public bool negotiated
    Field Value
    Type Description
    Boolean

    ordered

    Declaration
    public bool ordered
    Field Value
    Type Description
    Boolean

    protocol

    Declaration
    public string protocol
    Field Value
    Type Description
    String

    reliable

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