Skip to main content
Version: 20 Mar 2024

MLWebRTCConnectionIceCandidate

The native representation of an ice candidate.

Public Fields

Data

Gets or sets data from an MLWebRTC.IceCandidate object.


public MLWebRTC.IceCandidate Data { get; set; }

TypeDescription
MLWebRTC.IceCandidateClass that represents an ice candidate used by the MLWebRTC API.

Public Attributes

Candidate

The id of the ice candidate.


public string Candidate;


SdpMid

The sdp mid of the ice candidate.


public string SdpMid;


SdpMlineIndex

The sdp mline index of the ice candidate.


public int SdpMlineIndex;


Version

Version of the struct.


public uint Version;