Skip to main content
Version: 20 Mar 2024

MLWebRTCConnectionConfig

The native representation of the MLWebRTC connection configuration.

Public Attributes

IceServers

Pointer to the array of ice servers.


public IntPtr IceServers;


NumIceServers

Number of ice servers the above pointer can step through.


public uint NumIceServers;


ProxyConfig

(Optional) Config for a forward proxy


public IntPtr ProxyConfig;


Version

Version of the struct.


public uint Version;