docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCIceCandidatePairStats

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

    Properties

    availableIncomingBitrate

    Declaration
    public double availableIncomingBitrate { get; }
    Property Value
    Type Description
    double

    availableOutgoingBitrate

    Declaration
    public double availableOutgoingBitrate { get; }
    Property Value
    Type Description
    double

    bytesDiscardedOnSend

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

    bytesReceived

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

    bytesSent

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

    consentRequestsSent

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

    currentRoundTripTime

    Declaration
    public double currentRoundTripTime { get; }
    Property Value
    Type Description
    double

    lastPacketReceivedTimestamp

    Declaration
    public double lastPacketReceivedTimestamp { get; }
    Property Value
    Type Description
    double

    lastPacketSentTimestamp

    Declaration
    public double lastPacketSentTimestamp { get; }
    Property Value
    Type Description
    double

    localCandidateId

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

    nominated

    Declaration
    public bool nominated { get; }
    Property Value
    Type Description
    bool

    packetsDiscardedOnSend

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

    packetsReceived

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

    packetsSent

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

    remoteCandidateId

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

    requestsReceived

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

    requestsSent

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

    responsesReceived

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

    responsesSent

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

    state

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

    totalRoundTripTime

    Declaration
    public double totalRoundTripTime { get; }
    Property Value
    Type Description
    double

    transportId

    Declaration
    public string transportId { 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)