Struct RTCError | WebRTC | 2.0.5-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct RTCError

    Namespace: Unity.WebRTC
    Syntax
    public struct RTCError

    Fields

    errorDetail

    Declaration
    public RTCErrorDetailType errorDetail
    Field Value
    Type Description
    RTCErrorDetailType

    httpRequestStatusCode

    Declaration
    public long httpRequestStatusCode
    Field Value
    Type Description
    Int64

    receivedAlert

    Declaration
    public ulong receivedAlert
    Field Value
    Type Description
    UInt64

    sctpCauseCode

    Declaration
    public long sctpCauseCode
    Field Value
    Type Description
    Int64

    sdpLineNumber

    Declaration
    public long sdpLineNumber
    Field Value
    Type Description
    Int64

    sentAlert

    Declaration
    public ulong sentAlert
    Field Value
    Type Description
    UInt64
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX