docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCIceCandidateStats

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

    Properties

    address

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

    candidateType

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

    foundation

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

    ip

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

    networkAdapterType

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

    networkType

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

    port

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

    priority

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

    protocol

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

    relatedAddress

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

    relatedPort

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

    relayProtocol

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

    tcpType

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

    transportId

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

    url

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

    usernameFragment

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

    vpn

    Declaration
    public bool vpn { get; }
    Property Value
    Type Description
    bool
    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)