docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCDataChannelStats

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

    Properties

    bytesReceived

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

    bytesSent

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

    dataChannelIdentifier

    Declaration
    public int dataChannelIdentifier { get; }
    Property Value
    Type Description
    int

    label

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

    messagesReceived

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

    messagesSent

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

    protocol

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

    state

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