docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCIceCandidate

    Inheritance
    object
    RTCIceCandidate
    Implements
    IDisposable
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCIceCandidate : IDisposable

    Constructors

    RTCIceCandidate(RTCIceCandidateInit)

    Declaration
    public RTCIceCandidate(RTCIceCandidateInit candidateInfo = null)
    Parameters
    Type Name Description
    RTCIceCandidateInit candidateInfo

    Properties

    Address

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

    Candidate

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

    Component

    Declaration
    public RTCIceComponent? Component { get; }
    Property Value
    Type Description
    RTCIceComponent?

    Foundation

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

    Port

    Declaration
    public ushort? Port { get; }
    Property Value
    Type Description
    ushort?

    Priority

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

    Protocol

    Declaration
    public RTCIceProtocol? Protocol { get; }
    Property Value
    Type Description
    RTCIceProtocol?

    RelatedAddress

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

    RelatedPort

    Declaration
    public ushort? RelatedPort { get; }
    Property Value
    Type Description
    ushort?

    SdpMLineIndex

    Declaration
    public int? SdpMLineIndex { get; }
    Property Value
    Type Description
    int?

    SdpMid

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

    TcpType

    Declaration
    public RTCIceTcpCandidateType? TcpType { get; }
    Property Value
    Type Description
    RTCIceTcpCandidateType?

    Type

    Declaration
    public RTCIceCandidateType? Type { get; }
    Property Value
    Type Description
    RTCIceCandidateType?

    UserNameFragment

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    ~RTCIceCandidate()

    Declaration
    protected ~RTCIceCandidate()

    Implements

    IDisposable
    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)