Skip to main content
Version: 20 Mar 2024

MLWebRTCConnectionIceServer

The native representation of an ice server.

Public Fields

Data

Sets the data of this object from another MLWebRTC.IceServer object.


public MLWebRTC.IceServer Data { get; set; }

TypeDescription
MLWebRTC.IceServerClass that represents an ice server used by the MLWebRTC API.

Public Attributes

Password

Password to the ice server.


public string Password;


Uri

Uri of the ice server.


public string Uri;


UserName

Username of the ice server.


public string UserName;


Version

Version of the struct.


public uint Version;