MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class IceCandidate

    ICE candidate to send to a remote peer or received from it.

    Inheritance
    Object
    IceCandidate
    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public class IceCandidate : object

    Fields

    | Improve this Doc View Source

    Content

    Candidate raw content.

    Declaration
    public string Content
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    SdpMid

    Media ID (m=) of the candidate.

    Declaration
    public string SdpMid
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    SdpMlineIndex

    Index of the media line associated with the candidate.

    Declaration
    public int SdpMlineIndex
    Field Value
    Type Description
    Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX