docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCTransportStats

    Inheritance
    object
    RTCStats
    RTCTransportStats
    Inherited Members
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCTransportStats : RTCStats

    Properties

    bytesReceived

    Declaration
    public ulong bytesReceived { get; }
    Property Value
    Type Description
    ulong

    bytesSent

    Declaration
    public ulong bytesSent { get; }
    Property Value
    Type Description
    ulong

    dtlsCipher

    Declaration
    public string dtlsCipher { get; }
    Property Value
    Type Description
    string

    dtlsRole

    Declaration
    public string dtlsRole { get; }
    Property Value
    Type Description
    string

    dtlsState

    Declaration
    public string dtlsState { get; }
    Property Value
    Type Description
    string

    iceLocalUsernameFragment

    Declaration
    public string iceLocalUsernameFragment { get; }
    Property Value
    Type Description
    string

    iceRole

    Declaration
    public string iceRole { get; }
    Property Value
    Type Description
    string

    iceState

    Declaration
    public string iceState { get; }
    Property Value
    Type Description
    string

    localCertificateId

    Declaration
    public string localCertificateId { get; }
    Property Value
    Type Description
    string

    packetsReceived

    Declaration
    public ulong packetsReceived { get; }
    Property Value
    Type Description
    ulong

    packetsSent

    Declaration
    public ulong packetsSent { get; }
    Property Value
    Type Description
    ulong

    remoteCertificateId

    Declaration
    public string remoteCertificateId { get; }
    Property Value
    Type Description
    string

    rtcpTransportStatsId

    Declaration
    public string rtcpTransportStatsId { get; }
    Property Value
    Type Description
    string

    selectedCandidatePairChanges

    Declaration
    public uint selectedCandidatePairChanges { get; }
    Property Value
    Type Description
    uint

    selectedCandidatePairId

    Declaration
    public string selectedCandidatePairId { get; }
    Property Value
    Type Description
    string

    srtpCipher

    Declaration
    public string srtpCipher { get; }
    Property Value
    Type Description
    string

    tlsVersion

    Declaration
    public string tlsVersion { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)