docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCIceCandidateInit

    Initialization options for creating an ICE candidate.

    Inheritance
    object
    RTCIceCandidateInit
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCIceCandidateInit

    Fields

    candidate

    SDP string describing the candidate.

    Declaration
    public string candidate
    Field Value
    Type Description
    string

    sdpMLineIndex

    The index of the m-line in SDP.

    Declaration
    public int? sdpMLineIndex
    Field Value
    Type Description
    int?

    sdpMid

    The media stream identification for the candidate.

    Declaration
    public string sdpMid
    Field Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)